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.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/c5eb835bbffb99518405a1e5bccb58c85e0ab30e Modified Files -------------- src/bin/pg_dump/pg_dump.c | 25 +------------------------ src/bin/pg_dump/pg_dumpall.c | 24 ------------------------ src/bin/pg_dump/pg_restore.c | 25 +------------------------ 3 files changed, 2 insertions(+), 72 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers