| From: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
|---|---|
| To: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | aclitem accessor functions |
| Date: | 2004-04-12 15:36:55 |
| Message-ID: | Pine.LNX.4.58.0404121734470.17223@sablons.cri.ensmp.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Dear patchers,
Please find a attached a small patch that adds accessor functions
for "aclitem" so that it is not an opaque datatype.
I needed these functions to browse aclitems from user land. I can load
them when necessary, but it seems to me that these accessors for a backend
type belong to the backend, so I submit them.
I wasn't sure of what oid should be given...
I attributed new numbers at the end of "pg_proc.h".
It validates for me against current cvs head.
Have a nice day,
--
Fabien Coelho - coelho(at)cri(dot)ensmp(dot)fr
| Attachment | Content-Type | Size |
|---|---|---|
| aclitem_utils.patch | text/plain | 4.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-04-12 15:46:30 | Re: COPY for CSV documentation |
| Previous Message | Andrew Dunstan | 2004-04-12 15:19:32 | Re: COPY for CSV documentation |