Recovery control functions - Mailing list pgsql-hackers

From Simon Riggs
Subject Recovery control functions
Date
Msg-id 1295003346.12442.2.camel@ebony
Whole thread Raw
Responses Re: Recovery control functions  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
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)

--
 Simon Riggs           http://www.2ndQuadrant.com/books/
 PostgreSQL Development, 24x7 Support, Training and Services


Attachment

pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: [RRR] reviewers needed!
Next
From: Simon Riggs
Date:
Subject: Re: Recovery control functions