Make pg_dump dump ACL's by default, print warning on use of -z, and add
authorBruce Momjian <bruce@momjian.us>
Thu, 27 May 1999 16:29:05 +0000 (16:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 27 May 1999 16:29:05 +0000 (16:29 +0000)
commitcd97be2b58b6ef6c8ecc057bb5f26da9844a45f6
tree47091b4b868ebb549ab2dafec8b5fa035ddbfaad
parentbbd0fa6a410d51bf30f8f6ecf0202c4ee76626ed
Make pg_dump dump ACL's by default, print warning on use of -z, and add
new -x option to skip acl dump.
doc/src/sgml/install.sgml
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_upgrade.sgml
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_dump.c
src/man/pg_dump.1