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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.
Date: 2011-03-18 13:46:21
Message-ID: E1Q0a0T-0000hM-EO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-03-18 14:10:03 Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.
Previous Message Kevin Grittner 2011-03-18 13:40:22 Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.