OSDN Git Service

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)
commit615e77ede2f3cd25cac7725112e31fb38753e270
tree17e8a2cf6614e248151e332ea7d824187d2b40cb
parente53c51280b07f9c312c934a8d70b67cc3ae45560
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