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/sgml/ref/postgres-ref.sgml | |
parent | 8004bcf00eba43fa336678c4c0f49300062a9b7d (diff) | |
download | postgresql-b30da170818a823324cc0d985d5d4b2764c377b1.tar.gz postgresql-b30da170818a823324cc0d985d5d4b2764c377b1.zip |
Fix postgres -A options flags
Diffstat (limited to 'doc/src/sgml/ref/postgres-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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. |