]> granicus.if.org Git - postgresql/commit
Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Oct 2009 23:41:45 +0000 (23:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Oct 2009 23:41:45 +0000 (23:41 +0000)
commit5ec1341136941b538d07f54b2a6d7554857f8dc3
treeed2a54279fe65ce16af4e9e4f60e8822caee6c04
parent11ca04b4b71dd5bebafc97eefe96614873158f87
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.
doc/src/sgml/ref/alter_default_privileges.sgml
src/backend/parser/gram.y
src/bin/pg_dump/dumputils.c
src/bin/pg_dump/pg_dump.c
src/test/regress/expected/privileges.out
src/test/regress/sql/privileges.sql