diff options
author | Bruce Momjian | 2002-08-20 02:20:48 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-08-20 02:20:48 +0000 |
commit | c43760a7143b3f1f0c746e907849bf77b8674c36 (patch) | |
tree | a1813af20c61719fe14b68ba63d1922b1c410052 /doc/src | |
parent | 4ee4940584f7b8c8b8c68cee0fb6738e468d1874 (diff) |
Add mention of -F not supported by pg_dumpall. Code already disallows it.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 9e5f4452d0d..d1482d0e988 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.29 2002/07/28 15:22:20 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.30 2002/08/20 02:20:48 momjian Exp $ PostgreSQL documentation --> @@ -146,7 +146,7 @@ PostgreSQL documentation <xref linkend="app-pgdump"> calls. This is useful to control some aspects of the output format, but some options such as <option>-f</option>, - <option>-t</option>, and <replaceable + <option>-F</option>, <option>-t</option>, and <replaceable class="parameter">dbname</replaceable> should be avoided. </para> </refsect2> |