Make pg_dump handle the new privileges.
Peter Eisentraut <peter_e@gmx.net>
Make pg_dump handle the new privileges. Don't hardcode the maximum accepted server version, use PG_VERSION instead. Install a notice processor so notices are handled like error messages. Word smithing.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_dump.sgml | modified | +11 −26 |
| doc/src/sgml/ref/pg_restore.sgml | modified | +3 −2 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +2 −2 |
| src/bin/pg_dump/pg_backup_db.c | modified | +14 −2 |
| src/bin/pg_dump/pg_dump.c | modified | +52 −125 |
| src/bin/pg_dump/pg_restore.c | modified | +11 −10 |