diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-07-21 03:13:32 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-07-21 03:13:32 +0000 |
commit | b30da170818a823324cc0d985d5d4b2764c377b1 (patch) | |
tree | fef8534ab04e8f95f80bd0d3dcfe38ce175d6ea6 /doc/src | |
parent | 8004bcf00eba43fa336678c4c0f49300062a9b7d (diff) | |
download | postgresql-b30da170818a823324cc0d985d5d4b2764c377b1.tar.gz postgresql-b30da170818a823324cc0d985d5d4b2764c377b1.zip |
Fix postgres -A options flags
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pgctl-ref.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pgctl-ref.sgml b/doc/src/sgml/ref/pgctl-ref.sgml index 8dfa0e7fa1b..88cb70056f6 100644 --- a/doc/src/sgml/ref/pgctl-ref.sgml +++ b/doc/src/sgml/ref/pgctl-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.4 2000/07/21 00:42:34 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.5 2000/07/21 03:13:32 momjian Exp $ Postgres documentation --> @@ -102,7 +102,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status </varlistentry> <varlistentry> - <term>f[ast]</term> + <term>fast</term> <term>f</term> <listitem> <para> diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 98ade29ff30..2187063d696 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.9 2000/05/08 16:19:56 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.10 2000/07/21 03:13:32 momjian Exp $ Postgres documentation --> @@ -262,7 +262,7 @@ postgres [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -C ] [ - <variablelist> <varlistentry> - <term>-A n|r|b|Q\fIn\fP|X\fIn\fP</term> + <term>-A n|r|b|Q|X</term> <listitem> <para> This option generates a tremendous amount of output. |