Re: Recovery control functions - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Recovery control functions
Date
Msg-id AANLkTi=FP+e77TUDGf8tooys+2PyUpeJ5N5DNZYOyUg9@mail.gmail.com
Whole thread Raw
In response to Re: Recovery control functions  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Recovery control functions  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On Fri, Jan 14, 2011 at 12:15, Simon Riggs <simon@2ndquadrant.com> wrote:
> On Fri, 2011-01-14 at 11:09 +0000, Simon Riggs wrote:
>> Functions to control recovery, to aid PITR and Hot Standby.
>> pg_is_xlog_replay_paused()
>> pg_xlog_replay_pause()
>> pg_xlog_replay_resume()
>>
>> recovery.conf parameter: pause_at_recovery_target (bool)


Awesome, I've been waiting for these! :-)

How hard would it be to have a pg_xlog_replay_until(<xlog location or
timestamp>), to have it resume recovery up to that point and then
pause again?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] Return command tag 'REPLACE X' for CREATE OR REPLACE statements.
Next
From: Heikki Linnakangas
Date:
Subject: Re: Recovery control functions