1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-17 17:02:08 +03:00

Add 'output file' option for pg_dumpall, especially useful for Win32,

where output redirection of child processes (pg_dump) doesn't work.

Dave Page
This commit is contained in:
Bruce Momjian
2007-01-25 03:30:43 +00:00
parent 1b7d863f1d
commit 6441288ec9
7 changed files with 155 additions and 60 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.61 2007/01/25 02:46:33 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.62 2007/01/25 03:30:43 momjian Exp $
PostgreSQL documentation
-->
@ -128,6 +128,18 @@ PostgreSQL documentation
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f <replaceable class="parameter">filename</replaceable></option></term>
<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.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-g</option></term>