Allow pg_dumpall to work with previous releases again. Don't pass the -c
Peter Eisentraut <peter_e@gmx.net>
Allow pg_dumpall to work with previous releases again. Don't pass the -c option down to pg_dump, where it's useless, and clarify the meaning of -c in the documentation.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_dumpall.sgml | modified | +15 −13 |
| doc/src/sgml/ref/pg_dump.sgml | modified | +12 −9 |
| src/bin/pg_dump/dumputils.c | modified | +22 −1 |
| src/bin/pg_dump/dumputils.h | modified | +2 −1 |
| src/bin/pg_dump/pg_backup_db.c | modified | +5 −12 |
| src/bin/pg_dump/pg_dumpall.c | modified | +30 −10 |
| src/bin/pg_dump/pg_dump.c | modified | +9 −26 |