Make pg_dump dump ACL's by default, print warning on use of -z, and add
Bruce Momjian <bruce@momjian.us>
Make pg_dump dump ACL's by default, print warning on use of -z, and add new -x option to skip acl dump.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/install.sgml | modified | +2 −2 |
| doc/src/sgml/ref/pg_dumpall.sgml | modified | +3 −3 |
| doc/src/sgml/ref/pg_dump.sgml | modified | +3 −3 |
| doc/src/sgml/ref/pg_upgrade.sgml | modified | +1 −1 |
| src/bin/pg_dump/common.c | modified | +3 −3 |
| src/bin/pg_dump/pg_dump.c | modified | +19 −14 |
| src/man/pg_dump.1 | modified | +4 −4 |