Fix confusion about -f switch: it's output not input.
authorTom Lane
Mon, 26 Nov 2001 23:09:21 +0000 (23:09 +0000)
committerTom Lane
Mon, 26 Nov 2001 23:09:21 +0000 (23:09 +0000)
doc/src/sgml/ref/pg_restore.sgml

index 5121d69a7d4da6fc0829d7dac319bc257ae38662..329823d6fa3dea8694ae3324e632f0be7c3fdb60 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  
@@ -28,7 +28,7 @@
     -c 
     -C 
     -d dbname 
-    -f archive-file 
+    -f output-file 
     -F format 
     -i  index 
     -l 
       
        
        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.