OSDN Git Service

Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Apr 2006 21:15:33 +0000 (21:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Apr 2006 21:15:33 +0000 (21:15 +0000)
commit82a2881c5b230d62bc811a374503625226be02ae
treec4ff776d430890439dfd07c0ea93cd891ff790de
parent986085a7f08c72219abf47f8b968213e81ab943c
Code review for GRANT CONNECT patch.  Spell the privilege as CONNECT not
CONNECTION, fix a number of places that were missed (eg pg_dump support),
avoid executing an extra search of pg_database during startup.
12 files changed:
doc/src/sgml/client-auth.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/func.sgml
doc/src/sgml/ref/grant.sgml
doc/src/sgml/ref/revoke.sgml
doc/src/sgml/user-manag.sgml
src/backend/catalog/aclchk.c
src/backend/utils/adt/acl.c
src/backend/utils/init/postinit.c
src/bin/pg_dump/dumputils.c
src/bin/psql/tab-complete.c
src/include/utils/acl.h