pgsql: Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES.
Date: 2009-10-12 23:41:45
Message-ID: 20091012234145.27206753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have
the keywords as a consequence of the GRANT ALL patch, so we might as well
use them and make the ALTER commands read more naturally.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
alter_default_privileges.sgml (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_default_privileges.sgml?r1=1.1&r2=1.2)
pgsql/src/backend/parser:
gram.y (r2.684 -> r2.685)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.684&r2=2.685)
pgsql/src/bin/pg_dump:
dumputils.c (r1.50 -> r1.51)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/dumputils.c?r1=1.50&r2=1.51)
pg_dump.c (r1.550 -> r1.551)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.550&r2=1.551)
pgsql/src/test/regress/expected:
privileges.out (r1.49 -> r1.50)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/privileges.out?r1=1.49&r2=1.50)
pgsql/src/test/regress/sql:
privileges.sql (r1.28 -> r1.29)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/privileges.sql?r1=1.28&r2=1.29)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-10-13 00:53:08 pgsql: Code review for LIKE INCLUDING patch --- clean up some cosmetic
Previous Message Tom Lane 2009-10-12 20:39:42 pgsql: Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.