pgsql/src backend/commands/command.c backend/c ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/command.c backend/c ...
Date: 2001-06-14 01:09:23
Message-ID: 200106140109.f5E19Np70046@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-06-14 04:24:01 pgsql/src/bin/pgaccess/doc/html/tutorial copyr ...
Previous Message Bruce Momjian - CVS 2001-06-13 22:51:02 pgsql/doc/src/sgml func.sgml