pgsql: Remove ancient -X options to pg_dump, pg_dumpall, pg_restore. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.
Date
Msg-id E1Q0a0T-0000hM-EO@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove bogus semicolons in recoveryPausesHere.
Next
From: Robert Haas
Date:
Subject: pgsql: Make synchronous replication query cancel/die messages more cons