Re: [PATCHES] aclitem accessor functions

2004-04-26 Thread Bruce Momjian
Fabien COELHO wrote: > > > The oid's you chose were fine. > > > I updated the system catalog version number, and added prototype for > > these functions. > > Ok, in "acl.h" and "catversion.h". Right. > I'm considering sending some patch for the documentation, although there > is no real docume

Re: [PATCHES] aclitem accessor functions

2004-04-26 Thread Fabien COELHO
> The oid's you chose were fine. > I updated the system catalog version number, and added prototype for > these functions. Ok, in "acl.h" and "catversion.h". I'm considering sending some patch for the documentation, although there is no real documentation about the aclitem type in the doc tree.

Re: [PATCHES] aclitem accessor functions

2004-04-26 Thread Bruce Momjian
Patch applied. Thanks. The oid's you chose were fine. I updated the system catalog version number, and added prototype for these functions. --- Fabien COELHO wrote: > > Dear patchers, > > Please find a attached a small

Re: [PATCHES] aclitem accessor functions

2004-04-13 Thread Fabien COELHO
Dear Peter, > > 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? Sure. Before devel

Re: [PATCHES] aclitem accessor functions

2004-04-12 Thread Peter Eisentraut
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