aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/postgres-ref.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-07-21 17:58:49 +0000
committerBruce Momjian <bruce@momjian.us>2000-07-21 17:58:49 +0000
commitc281847fcdedc035fde5420ccb51091b0059dbbc (patch)
treeeed33c799648b6f108934f14523634626b6d499e /doc/src/sgml/ref/postgres-ref.sgml
parentc62e961da1a413e7e787f4118f3427aaf9c7938f (diff)
downloadpostgresql-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.sgml8
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>