From c804a48ec65d63c4ff619c07ac69306707fa394e Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Wed, 3 May 2000 07:33:44 +0000 Subject: [PATCH] Oops,I've forgotten to add an documentation about -P option of postgres. --- doc/src/sgml/ref/postgres-ref.sgml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 3fd0259c44..c41ad4bfe8 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -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