Re: aclitem accessor functions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: aclitem accessor functions
Date: 2004-04-12 17:44:02
Message-ID: 200404121944.02676.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Sean Chittenden 2004-04-12 20:05:55 Re: Information/schema hiding...
Previous Message Bruce Momjian 2004-04-12 17:15:07 Re: COPY for CSV documentation