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 ]
+
+ -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