has_table_privilege functions from Joe Conway (with some kibitzing from
authorTom Lane <[email protected]>
Thu, 14 Jun 2001 01:09:22 +0000 (01:09 +0000)
committerTom Lane <[email protected]>
Thu, 14 Jun 2001 01:09:22 +0000 (01:09 +0000)
commitc9499e68daa5860368300f744337460e43f93865
tree00caeec863c486b7106a7af9985dd0401593104c
parentd7763c1f9c950c991daa196609bbd9359ec03a09
has_table_privilege functions from Joe Conway (with some kibitzing from
Tom Lane).  For the moment, only the OID/name variants are provided.
I didn't force initdb, but the additions to the 'privileges' regress
test won't pass until you do one.
src/backend/commands/command.c
src/backend/commands/user.c
src/backend/utils/adt/acl.c
src/backend/utils/cache/lsyscache.c
src/backend/utils/init/miscinit.c
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/include/utils/lsyscache.h
src/test/regress/expected/privileges.out
src/test/regress/sql/privileges.sql