Add pg_dump --binary-upgrade flag to be used by binary upgrade
Bruce Momjian <bruce@momjian.us>
Add pg_dump --binary-upgrade flag to be used by binary upgrade utilities. The new code allows transfer of dropped column information to the upgraded server.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_dumpall.sgml | modified | +6 −1 |
| doc/src/sgml/ref/pg_dump.sgml | modified | +6 −1 |
| src/bin/pg_dump/pg_dumpall.c | modified | +6 −2 |
| src/bin/pg_dump/pg_dump.c | modified | +82 −6 |
| src/bin/pg_dump/pg_dump.h | modified | +3 −1 |