From 9a9d9e8812a604639d7ab49a7473c73e3bcf4c22 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 26 Nov 2001 23:09:21 +0000 Subject: [PATCH] Fix confusion about -f switch: it's output not input. --- doc/src/sgml/ref/pg_restore.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.40.0