CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/06/13 21:09:23
Modified files:
src/backend/commands: command.c user.c
src/backend/utils/cache: lsyscache.c
src/backend/utils/init: miscinit.c
src/include/utils: lsyscache.h builtins.h
src/test/regress/expected: privileges.out
src/test/regress/sql: privileges.sql
src/backend/utils/adt: acl.c
src/include/catalog: pg_proc.h
Log message:
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.