|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.27 2002/07/10 02:57:31 momjian Exp $ --> |
|
|
|
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.28 2002/07/13 00:55:53 momjian Exp $ --> |
|
|
|
|
|
|
|
|
|
<refentry id="APP-PGRESTORE"> |
|
|
|
|
<docinfo> |
|
|
|
|
@ -211,8 +211,8 @@ |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>-i </term> |
|
|
|
|
<term><option>--ignore-version</term> |
|
|
|
|
<term><option>-i</option></term> |
|
|
|
|
<term><option>--ignore-version</option></term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
Ignore database version checks. |
|
|
|
|
@ -220,6 +220,16 @@ |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>-I <replaceable class="parameter">index</replaceable></option></term> |
|
|
|
|
<term><option>--index=<replaceable class="parameter">index</replaceable></option></term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
Restore definition for named <replaceable class="parameter">index</replaceable> only. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>-l</option></term> |
|
|
|
|
<term><option>--list</option></term> |
|
|
|
|
|