diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-25 15:08:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-25 15:08:06 +0000 |
commit | 167fa70a2e1556e1671b573a3c8f5c23fe3b6c71 (patch) | |
tree | c63d06b8427c1bd98f21b8c07a323db64c7e6cbf | |
parent | c8bdd8ce88afa5fb98879df822fe95aff040a463 (diff) | |
download | postgresql-167fa70a2e1556e1671b573a3c8f5c23fe3b6c71.tar.gz postgresql-167fa70a2e1556e1671b573a3c8f5c23fe3b6c71.zip |
Update pg_dumpall -f option description.
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index cdaf277a305..d0ad93461af 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.62 2007/01/25 03:30:43 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.63 2007/01/25 15:08:06 momjian Exp $ PostgreSQL documentation --> @@ -134,9 +134,8 @@ PostgreSQL documentation <term><option>--file=<replaceable class="parameter">filename</replaceable></option></term> <listitem> <para> - Write the output to the specified file. This is particularly useful - on Windows because output redirection does not work for child - processes. + Send output to the specified file. If this is omitted, the + standard output is used. </para> </listitem> </varlistentry> |