- Reflect change of option -U to -L
authorPhilip Warner
Tue, 6 Mar 2001 05:22:50 +0000 (05:22 +0000)
committerPhilip Warner
Tue, 6 Mar 2001 05:22:50 +0000 (05:22 +0000)
doc/src/sgml/ref/pg_restore.sgml

index 191406fe78fe6f5351854a93893598034a9ce4aa..de6c67b974a2eeffb45beaf33c22893723c1e6d4 100644 (file)
@@ -25,13 +25,14 @@ pg_restore [ archive-file  ]
     [ -p  port  ]
     [ -t  table  ]
     [ -a  ] [ -c  ] [-C] [-d name]
-    [-f archive-file]
-    [-F format]
+    [ -f archive-file]
+    [ -F format]
     [ -i  index  ]
-    [ -l ] [ -N  ] [ -o  ] [ -O ]
+    [ -l ] [ -L contents-file ]
+    [ -N  ] [ -o  ] [ -O ]
     [ -P function-name ] [ -r ] [ -R ]
     [ -s  ] [ -S ] { -T  trigger ] [ -u  ]
-    [-U contents-file ] [ -v  ] [ -x ]
+    [ -v  ] [ -x ]
   
 
   
@@ -159,6 +160,17 @@ pg_restore [ archive-file  ]
       
      
 
+     
+      -L list-file
+      
+       
+       Restore elements in list-file only, and in the
+        order they appear in the file. Lines can be moved and may also be commented out by placing 
+        a ';' at the start of the line.
+       
+      
+     
+
      
       -N
       
@@ -266,17 +278,6 @@ pg_restore [ archive-file  ]
       
      
 
-     
-      -U list-file
-      
-       
-     Restore elements in list-file only, and in the
-        order they appear in the file. Lines can be moved and may also be commented out by placing a ';' at the
-        start of the line.
-       
-      
-     
-
      
       -v