Re: pg_receivelog completion command

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_receivelog completion command
Дата
Msg-id 54594AB2.1090203@gmx.net
обсуждение исходный текст
Ответ на pg_receivelog completion command  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On 11/2/14 8:26 AM, Magnus Hagander wrote:
> The idea is to have pg_receivexlog
> fire off an external command at the end of each segment - for example
> a command to gzip the file, or to archive it off into a Magic Cloud
> (TM) or something like that.

A simple facility to allow gzipping after the file is complete might be
OK, but the cloud use case is probably too abstract to be useful.  I'd
rather write my own consumer for that, or go back to archive_command,
which has the queuing logic built in already.




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

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: tracking commit timestamps
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Re: [BUGS] COPY TO returning empty result with parallel ALTER TABLE