diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-07-21 17:58:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-07-21 17:58:49 +0000 |
commit | c281847fcdedc035fde5420ccb51091b0059dbbc (patch) | |
tree | eed33c799648b6f108934f14523634626b6d499e /doc/src/sgml/ref/postgres-ref.sgml | |
parent | c62e961da1a413e7e787f4118f3427aaf9c7938f (diff) | |
download | postgresql-c281847fcdedc035fde5420ccb51091b0059dbbc.tar.gz postgresql-c281847fcdedc035fde5420ccb51091b0059dbbc.zip |
More doc cleanups
Diffstat (limited to 'doc/src/sgml/ref/postgres-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index fd79274669c..c07ec0a5e63 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.11 2000/07/21 03:14:33 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.12 2000/07/21 17:58:49 momjian Exp $ Postgres documentation --> @@ -126,7 +126,7 @@ postgres [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -C ] [ - <para> Override restrictions, so system table structures can be modified. These tables are typically those with a leading - "<literal>pg_</literal>" in the table name. + <literal>pg_</literal> in the table name. </para> </listitem> </varlistentry> @@ -136,9 +136,9 @@ postgres [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -C ] [ - <listitem> <para> Ignore system indexes to scan/update system - tuples. <command>REINDEX</command> for system tables/indexes + tuples. The <command>REINDEX</command> for system tables/indexes requires this option. System tables are - typically those with a leading "<literal>pg_</literal>" in the + typically those with a leading <literal>pg_</literal> in the table name. </para> </listitem> |