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