Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.
Robert Haas <rhaas@postgresql.org>
Remove ancient -X options to pg_dump, pg_dumpall, pg_restore. The last version in which these options were documented is now EOL, so it's time to get rid of them for real. We now use GNU-style long options instead.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dumpall.c | modified | +0 −24 |
| src/bin/pg_dump/pg_dump.c | modified | +1 −24 |
| src/bin/pg_dump/pg_restore.c | modified | +1 −24 |