diff options
| author | Fujii Masao <fujii@postgresql.org> | 2015-06-04 19:54:43 +0900 |
|---|---|---|
| committer | Fujii Masao <fujii@postgresql.org> | 2015-06-04 19:54:43 +0900 |
| commit | 232cd63b1f26e2ee3b3e03da8fc7348f4b067946 (patch) | |
| tree | ed7ba992618a5fcd46e83a15a3f327da4f42aac7 /doc/src | |
| parent | 38d500ac2e5d4d4f3468b505962fb85850c1ff4b (diff) | |
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.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 10 | ||||
| -rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 10 | ||||
| -rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 10 |
3 files changed, 0 insertions, 30 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index a6e7b08e2e2..c78f71d9a7a 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -280,16 +280,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>-i</></term> - <term><option>--ignore-version</></term> - <listitem> - <para> - A deprecated option that is now ignored. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-j <replaceable class="parameter">njobs</replaceable></></term> <term><option>--jobs=<replaceable class="parameter">njobs</replaceable></></term> <listitem> diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 272af3eb0ac..6c34c257b3c 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -121,16 +121,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>-i</></term> - <term><option>--ignore-version</></term> - <listitem> - <para> - A deprecated option that is now ignored. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-o</></term> <term><option>--oids</></term> <listitem> diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 9f8dc00480c..ebdf58020ee 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -217,16 +217,6 @@ </varlistentry> <varlistentry> - <term><option>-i</option></term> - <term><option>--ignore-version</option></term> - <listitem> - <para> - A deprecated option that is now ignored. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-I <replaceable class="parameter">index</replaceable></option></term> <term><option>--index=<replaceable class="parameter">index</replaceable></option></term> <listitem> |
