On Wed, 2008-04-30 at 08:29 -0700, David Fetter wrote:
> On Wed, Apr 30, 2008 at 03:43:54PM +0100, Simon Riggs wrote:
> > On Wed, 2008-04-30 at 07:31 -0700, David Fetter wrote:
> > > On Wed, Apr 30, 2008 at 12:49:44PM +0100, Simon Riggs wrote:
> > > > On Wed, 2008-04-30 at 11:29 +0100, Heikki Linna
On Wed, Apr 30, 2008 at 03:43:54PM +0100, Simon Riggs wrote:
> On Wed, 2008-04-30 at 07:31 -0700, David Fetter wrote:
> > On Wed, Apr 30, 2008 at 12:49:44PM +0100, Simon Riggs wrote:
> > > On Wed, 2008-04-30 at 11:29 +0100, Heikki Linnakangas wrote:
> > > > This could be implemented by a "pass-thro
On Wed, 2008-04-30 at 07:31 -0700, David Fetter wrote:
> On Wed, Apr 30, 2008 at 12:49:44PM +0100, Simon Riggs wrote:
> > On Wed, 2008-04-30 at 11:29 +0100, Heikki Linnakangas wrote:
> > > This could be implemented by a "pass-through" restore_command,
> > > that calls pg_standby, and does the custo
On Wed, Apr 30, 2008 at 12:49:44PM +0100, Simon Riggs wrote:
> On Wed, 2008-04-30 at 11:29 +0100, Heikki Linnakangas wrote:
> > This could be implemented by a "pass-through" restore_command,
> > that calls pg_standby, and does the custom action when pg_standby
> > returns successfully.
>
> Yes, t
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
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 coordination with recovery
> > actions, the -x option implemented by this patch
[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 coordination with recovery
actions, the -x option implemented by this patch
enables that coordination. I considered adding the ability to override t
On Wed, 2008-04-02 at 12:43 -0400, [EMAIL PROTECTED] wrote:
> Please consider incorporating this feature.
Thanks, sounds very interesting. I'll have a look in more detail over
next few days.
--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com
--
Sent via pgsql-patches mailing list (pg
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