Re: pg_receivelog completion command - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pg_receivelog completion command
Date
Msg-id 54594AB2.1090203@gmx.net
Whole thread Raw
In response to pg_receivelog completion command  (Magnus Hagander <magnus@hagander.net>)
List 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 by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: tracking commit timestamps
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Re: [BUGS] COPY TO returning empty result with parallel ALTER TABLE