Re: [PATCHES] Patch to add a feature to pg_standby

2008-04-30 Thread chris . johnson
Simon Riggs <[EMAIL PROTECTED]> wrote on 04/30/2008 07:49:44 AM: > On Wed, 2008-04-30 at 11:29 +0100, Heikki Linnakangas wrote: > > [EMAIL PROTECTED] wrote: > > > When using pg_standby to remain in recovery mode on a warm standby system, > > > if there is a need to perform other actions in coordin

[PATCHES] Patch to add a feature to pg_standby

2008-04-02 Thread chris . johnson
When using pg_standby to remain in recovery mode on a warm standby system, if there is a need to perform other actions in coordination with recovery actions, the -x option implemented by this patch enables that coordination. I considered adding the ability to override the restoreCommand, however