Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c804a48

Browse files
author
Hiroshi Inoue
committed
Oops,I've forgotten to add an documentation about -P option of
postgres.
1 parent f25d8b4 commit c804a48

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.7 2000/03/27 17:14:43 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.8 2000/05/03 07:33:44 inoue Exp $
33
Postgres documentation
44
-->
55

@@ -25,7 +25,7 @@ Postgres documentation
2525
<synopsis>
2626
postgres [ <replaceable class="parameter">dbname</replaceable> ]
2727
postgres [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -C ] [ -D <replaceable class="parameter">DataDir</replaceable> ] [ -E ] [ -F ]
28-
[ -O ] [ -Q ] [ -S <replaceable class="parameter">SortSize</replaceable> ] [ -d [ <replaceable class="parameter">DebugLevel</replaceable> ] ] [ -e ]
28+
[ -O ] [ -P ] [ -Q ] [ -S <replaceable class="parameter">SortSize</replaceable> ] [ -d [ <replaceable class="parameter">DebugLevel</replaceable> ] ] [ -e ]
2929
[ -o ] [ <replaceable class="parameter">OutputFile</replaceable> ] [ -s ] [ -v <replaceable class="parameter">protocol</replaceable> ] [ <replaceable class="parameter">dbname</replaceable> ]
3030
</synopsis>
3131

@@ -130,6 +130,17 @@ postgres [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -C ] [ -
130130
</listitem>
131131
</varlistentry>
132132

133+
<varlistentry>
134+
<term>-P</term>
135+
<listitem>
136+
<para>
137+
Ignore system indexes to scan/update system tuples. Reindex command
138+
for system table/indexes requires this option. System tables are
139+
typically those with a leading "pg_" in the table name.
140+
</para>
141+
</listitem>
142+
</varlistentry>
143+
133144
<varlistentry>
134145
<term>-Q</term>
135146
<listitem>

0 commit comments

Comments
 (0)