pgsql: Remove -i/--ignore-version option from pg_dump, pg_dumpall and p

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove -i/--ignore-version option from pg_dump, pg_dumpall and p
Date: 2015-06-04 10:55:25
Message-ID: E1Z0So1-0001tZ-Er@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.

The commit c22ed3d523782c43836c163c16fa5a7bb3912826 turned
the -i/--ignore-version options into no-ops and marked as deprecated.
Considering we shipped that in 8.4, it's time to remove all trace of
those switches, per discussion. We'd still have to wait a couple releases
before it'd be safe to use -i for something else, but it'd be a start.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/232cd63b1f26e2ee3b3e03da8fc7348f4b067946

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 10 ----------
doc/src/sgml/ref/pg_dumpall.sgml | 10 ----------
doc/src/sgml/ref/pg_restore.sgml | 10 ----------
src/bin/pg_dump/pg_dump.c | 7 +------
src/bin/pg_dump/pg_dumpall.c | 7 +------
src/bin/pg_dump/pg_restore.c | 6 +-----
6 files changed, 3 insertions(+), 47 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2015-06-04 13:23:56 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Previous Message Amit Kapila 2015-06-04 04:44:52 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file