OSDN Git Service

Please find a attached a small patch that adds accessor functions
authorBruce Momjian <bruce@momjian.us>
Mon, 26 Apr 2004 15:06:49 +0000 (15:06 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 26 Apr 2004 15:06:49 +0000 (15:06 +0000)
commit0a17fd726ca50d04d99395addbbc89e6dfa5be31
tree0d5617708f5b180622cbd279e92d6d0f2e1122da
parent9cb7b76ec7a3e6bb661550848a5dac6c9c0accbd
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
src/backend/utils/adt/acl.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/acl.h
src/test/regress/expected/privileges.out
src/test/regress/sql/privileges.sql