diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-11-26 23:09:21 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-11-26 23:09:21 +0000 |
commit | 9a9d9e8812a604639d7ab49a7473c73e3bcf4c22 (patch) | |
tree | cbed89420d6d29c716a6de85e32bdf623b8b989c /doc/src | |
parent | 89b1d255064c584d907d9b0952bc083ce0d21755 (diff) | |
download | postgresql-9a9d9e8812a604639d7ab49a7473c73e3bcf4c22.tar.gz postgresql-9a9d9e8812a604639d7ab49a7473c73e3bcf4c22.zip |
Fix confusion about -f switch: it's output not input.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 5121d69a7d4..329823d6fa3 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.19 2001/11/19 03:58:25 tgl Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.20 2001/11/26 23:09:21 tgl Exp $ --> <refentry id="APP-PGRESTORE"> <docinfo> @@ -28,7 +28,7 @@ <arg> -c </arg> <arg> -C </arg> <arg> -d <replaceable class="parameter">dbname</replaceable> </arg> - <arg> -f <replaceable class="parameter">archive-file</replaceable> </arg> + <arg> -f <replaceable class="parameter">output-file</replaceable> </arg> <arg> -F <replaceable class="parameter">format</replaceable> </arg> <arg> -i <replaceable class="parameter">index</replaceable> </arg> <arg> -l </arg> @@ -111,7 +111,7 @@ <listitem> <para> Specifies the location of the archive file to be restored. - If not specified, and no <option>-f</option> option is specified, then the standard input is used. + If not specified, the standard input is used. </para> </listitem> </varlistentry> |