Re: pg_dumpall -f <filename> option

From: Dave Page <dpage(at)postgresql(dot)org>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: pg_dumpall -f <filename> option
Date: 2007-01-25 09:03:30
Message-ID: 45B87262.6000401@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian wrote:
> Patch applied. Thanks.
>
> Docs updated to mention Win32:
>
> Write the output to the specified file. This is particularly useful
> on Windows because output redirection does not work for child
> processes.

I didn't say that - I said that I couldn't redirect the output from the
child processes in pgAdmin which is a limitation of the way wxWidgets
works from what I can tell. It may (in fact, quite possibly does) apply
to *nix as well. pg_dumpall output can be redirected from a command
prompt on Windows without any problem.

The patch was proposed in this case because a) it gives pg_dumpall more
consistency with pg_dump allowing pgAdmin to use pg_duampall in the same
way it already uses pg_dump, and b) I have a vague chance of getting a
patch into pg_dumpall this century :-)

Regards, Dave.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bernd Helmle 2007-01-25 10:16:41 Re: tsearch in core patch, for inclusion
Previous Message Oleg Bartunov 2007-01-25 07:51:42 Re: tsearch in core patch, for inclusion