From: Tom Lane Date: Mon, 26 Nov 2001 23:09:21 +0000 (+0000) Subject: Fix confusion about -f switch: it's output not input. X-Git-Tag: REL7_2_BETA4~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a9d9e8812a604639d7ab49a7473c73e3bcf4c22;p=postgresql Fix confusion about -f switch: it's output not input. --- diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 5121d69a7d..329823d6fa 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -28,7 +28,7 @@ -c -C -d dbname - -f archive-file + -f output-file -F format -i index -l @@ -111,7 +111,7 @@ Specifies the location of the archive file to be restored. - If not specified, and no option is specified, then the standard input is used. + If not specified, the standard input is used.