Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.

Robert Haas <rhaas@postgresql.org>

Commit: c5eb835bbffb99518405a1e5bccb58c85e0ab30e
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-03-18T13:44:44Z
Releases: 9.1.0
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

PathChange+/−
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