pgsql/src backend/commands/analyze.c backend/c ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/analyze.c backend/c ...
Date: 2001-06-13 21:44:41
Message-ID: 200106132144.f5DLifI51126@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 17:44:41

Modified files:
src/backend/commands: analyze.c comment.c define.c indexcmds.c
proclang.c vacuum.c
src/backend/libpq: be-fsstubs.c
src/backend/utils/misc: superuser.c
src/include/catalog: pg_shadow.h
src/include : miscadmin.h

Log message:
Allow a non-superuser database owner to vacuum all tables in his
database, including system catalogs (but not the shared catalogs,
since they don't really belong to his database). This is per recent
mailing list discussion. Clean up some other code that also checks
for database ownerness by introducing a test function is_dbadmin().

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-06-13 22:51:02 pgsql/doc/src/sgml func.sgml
Previous Message Bruce Momjian - CVS 2001-06-13 21:12:45 pgsql/src/include/catalog pg_proc.h