Re: -f option for pg_dumpall

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: -f option for pg_dumpall
Дата
Msg-id 10121.1168037297@sss.pgh.pa.us
обсуждение исходный текст
Ответ на -f option for pg_dumpall  (Dave Page <dpage@postgresql.org>)
Ответы Re: -f option for pg_dumpall  (Tino Wildenhain <tino@wildenhain.de>)
Список pgsql-hackers
Dave Page <dpage@postgresql.org> writes:
> As far as I can see, adding a -f option to pg_dumpall should be straight
> forward, the only issue being that we'd need to pass pg_dump an
> additional (undocumented?) option to tell it to append to the output
> file instead of writing it as normal.

Wouldn't it be easier/better to re-point stdout at the -f file, and not
touch pg_dump at all?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Stamp major release 8.3.0, and
Следующее
От: Tom Lane
Дата:
Сообщение: Re: -f option for pg_dumpall