Re: aclitem accessor functions - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: aclitem accessor functions
Date
Msg-id 200404121944.02676.peter_e@gmx.net
Whole thread Raw
In response to aclitem accessor functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: aclitem accessor functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-patches
Fabien COELHO wrote:
>
> 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.

Can you explain what you want to do from the user level?  We already
have a bunch of functions for analyzing privileges.


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: COPY for CSV documentation
Next
From: Bruce Momjian
Date:
Subject: Updated COPY CSV patch