From 84abea76f60c5fd1c008b8ddf250b4bc89e288fc Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 17 Mar 2011 14:02:41 -0400 Subject: Add pause_at_recovery_target to recovery.conf.sample; improve docs. Fujii Masao, but with the proposed behavior change reverted, and the rest adjusted accordingly. --- src/backend/access/transam/recovery.conf.sample | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/backend') diff --git a/src/backend/access/transam/recovery.conf.sample b/src/backend/access/transam/recovery.conf.sample index 0243b51fdf9..229c749f177 100644 --- a/src/backend/access/transam/recovery.conf.sample +++ b/src/backend/access/transam/recovery.conf.sample @@ -87,6 +87,14 @@ # #recovery_target_timeline = 'latest' # +# +# If pause_at_recovery_target is enabled, recovery will pause when +# the recovery target is reached. The pause state will continue until +# pg_xlog_replay_resume() is called. This setting has no effect if +# hot standby is not enabled, or if no recovery target is set. +# +#pause_at_recovery_target = true +# #--------------------------------------------------------------------------- # STANDBY SERVER PARAMETERS #--------------------------------------------------------------------------- -- cgit v1.2.3