Re: pg_receivelog completion command

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_receivelog completion command
Date: 2014-11-04 21:52:50
Message-ID: 54594AB2.1090203@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-11-04 22:18:14 Re: [GENERAL] Re: [HACKERS] COPY TO returning empty result with parallel ALTER TABLE
Previous Message Peter Eisentraut 2014-11-04 21:36:41 remove pg_standby?