Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.
authorFujii Masao <fujii@postgresql.org>
Thu, 4 Jun 2015 10:54:43 +0000 (19:54 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 4 Jun 2015 10:54:43 +0000 (19:54 +0900)
commit232cd63b1f26e2ee3b3e03da8fc7348f4b067946
treeed7ba992618a5fcd46e83a15a3f327da4f42aac7
parent38d500ac2e5d4d4f3468b505962fb85850c1ff4b
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.
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_restore.sgml
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c