pgsql-server/src backend/utils/adt/acl.c inclu ...

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/utils/adt/acl.c inclu ...
Date: 2004-04-26 15:06:49
Message-ID: 20040426150649.C7E30D1B47F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 04/04/26 12:06:49

Modified files:
src/backend/utils/adt: acl.c
src/include/catalog: catversion.h pg_proc.h
src/include/utils: acl.h
src/test/regress/expected: privileges.out
src/test/regress/sql: privileges.sql

Log message:
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.

Fabien Coelho

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-04-26 15:24:42 pgsql-server/src backend/catalog/system_views. ...
Previous Message Bruce Momjian 2004-04-26 13:14:48 pgsql-server/. configure configure.in

Browse pgsql-hackers by date

  From Date Subject
Next Message Sailesh Krishnamurthy 2004-04-26 15:08:16 Re: Number of pages in a random sample
Previous Message Andrew Dunstan 2004-04-26 14:44:13 Re: FW: getting a crash during initdb