Oops,I've forgotten to add an documentation about -P option of
authorHiroshi Inoue
Wed, 3 May 2000 07:33:44 +0000 (07:33 +0000)
committerHiroshi Inoue
Wed, 3 May 2000 07:33:44 +0000 (07:33 +0000)
postgres.

doc/src/sgml/ref/postgres-ref.sgml

index 3fd0259c44c896bf2c42b6b51ae63ce840424bfc..c41ad4bfe875aa48b09350f002b034ab0a2669ba 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -25,7 +25,7 @@ Postgres documentation
   
 postgres [ dbname ]
 postgres [ -B nBuffers ] [ -C ] [ -D DataDir ] [ -E ] [ -F ]
-   [ -O ] [ -Q ] [ -S SortSize ] [ -d [ DebugLevel ] ] [ -e ]
+   [ -O ] [ -P ] [ -Q ] [ -S SortSize ] [ -d [ DebugLevel ] ] [ -e ]
    [ -o ] [ OutputFile ] [ -s ] [ -v protocol ] [ dbname ]
   
 
@@ -130,6 +130,17 @@ postgres [ -B nBuffers ] [ -C ] [ -
       
      
 
+     
+      -P
+      
+       
+   Ignore system indexes to scan/update system tuples. Reindex command
+   for system table/indexes requires this option. System tables are
+   typically those with a leading "pg_" in the table name.
+       
+      
+     
+
      
       -Q