|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.27 2002/07/10 02:57:31 momjian Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.28 2002/07/13 00:55:53 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <refentry id="APP-PGRESTORE">
|
4 | 4 | <docinfo>
|
|
29 | 29 | <arg> -f <replaceable class="parameter">output-file</replaceable> </arg>
|
30 | 30 | <arg> -F <replaceable class="parameter">format</replaceable> </arg>
|
31 | 31 | <arg> -i </arg>
|
32 |
| - <arg> -I<replaceable class="parameter">index</replaceable> </arg> |
| 32 | + <arg> -I <replaceable class="parameter">index</replaceable> </arg> |
33 | 33 | <arg> -l </arg>
|
34 | 34 | <arg> -L <replaceable class="parameter">contents-file</replaceable> </arg>
|
35 | 35 | <group> <arg> -N </arg> <arg> -o </arg> <arg> -r </arg> </group>
|
|
211 | 211 | </varlistentry>
|
212 | 212 |
|
213 | 213 | <varlistentry>
|
214 |
| - <term><option>-i</term> |
215 |
| - <term><option>--ignore-version</term> |
| 214 | + <term><option>-i</option></term> |
| 215 | + <term><option>--ignore-version</option></term> |
216 | 216 | <listitem>
|
217 | 217 | <para>
|
218 | 218 | Ignore database version checks.
|
219 | 219 | </para>
|
220 | 220 | </listitem>
|
221 | 221 | </varlistentry>
|
222 | 222 |
|
| 223 | + <varlistentry> |
| 224 | + <term><option>-I <replaceable class="parameter">index</replaceable></option></term> |
| 225 | + <term><option>--index=<replaceable class="parameter">index</replaceable></option></term> |
| 226 | + <listitem> |
| 227 | + <para> |
| 228 | +Restore definition for named <replaceable class="parameter">index</replaceable> only. |
| 229 | + </para> |
| 230 | + </listitem> |
| 231 | + </varlistentry> |
| 232 | + |
223 | 233 | <varlistentry>
|
224 | 234 | <term><option>-l</option></term>
|
225 | 235 | <term><option>--list</option></term>
|
|