Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bdd8c commit 167fa70Copy full SHA for 167fa70
doc/src/sgml/ref/pg_dumpall.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -134,9 +134,8 @@ PostgreSQL documentation
134
<term><option>--file=<replaceable class="parameter">filename</replaceable></option></term>
135
<listitem>
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.
+ Send output to the specified file. If this is omitted, the
+ standard output is used.
140
</para>
141
</listitem>
142
</varlistentry>
0 commit comments