|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.62 2007/01/2503:30:43 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.63 2007/01/2515:08:06 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -134,9 +134,8 @@ PostgreSQL documentation
|
134 | 134 | <term><option>--file=<replaceable class="parameter">filename</replaceable></option></term>
|
135 | 135 | <listitem>
|
136 | 136 | <para>
|
137 |
| - Write the output to the specified file. This is particularly useful |
138 |
| - on Windows because output redirection does not work for child |
139 |
| - processes. |
| 137 | + Send output to the specified file. If this is omitted, the |
| 138 | + standard output is used. |
140 | 139 | </para>
|
141 | 140 | </listitem>
|
142 | 141 | </varlistentry>
|
|