|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.19 2001/11/19 03:58:25 tgl Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.20 2001/11/26 23:09:21 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <refentry id="APP-PGRESTORE">
|
4 | 4 | <docinfo>
|
|
28 | 28 | <arg> -c </arg>
|
29 | 29 | <arg> -C </arg>
|
30 | 30 | <arg> -d <replaceable class="parameter">dbname</replaceable> </arg>
|
31 |
| - <arg> -f <replaceable class="parameter">archive-file</replaceable> </arg> |
| 31 | + <arg> -f <replaceable class="parameter">output-file</replaceable> </arg> |
32 | 32 | <arg> -F <replaceable class="parameter">format</replaceable> </arg>
|
33 | 33 | <arg> -i <replaceable class="parameter">index</replaceable> </arg>
|
34 | 34 | <arg> -l </arg>
|
|
111 | 111 | <listitem>
|
112 | 112 | <para>
|
113 | 113 | Specifies the location of the archive file to be restored.
|
114 |
| - If not specified,and no <option>-f</option> option is specified, thenthe standard input is used. |
| 114 | + If not specified, the standard input is used. |
115 | 115 | </para>
|
116 | 116 | </listitem>
|
117 | 117 | </varlistentry>
|
|