]> granicus.if.org Git - postgresql/commit
Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.
authorRobert Haas <rhaas@postgresql.org>
Fri, 18 Mar 2011 13:44:44 +0000 (09:44 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 18 Mar 2011 13:44:44 +0000 (09:44 -0400)
commitc5eb835bbffb99518405a1e5bccb58c85e0ab30e
tree28434e138d651f8699faa1624321029da566b3e0
parent777e8c0015743224cc46f3ce39243b05c6d882ef
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.
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c