diff options
author | Robert Haas | 2011-03-17 18:02:41 +0000 |
---|---|---|
committer | Robert Haas | 2011-03-17 18:04:11 +0000 |
commit | 84abea76f60c5fd1c008b8ddf250b4bc89e288fc (patch) | |
tree | 616782c846ce0cead81f632add5f5a7208660b32 /src/backend | |
parent | 9a56dc3389b9470031e9ef8e45c95a680982e01a (diff) |
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.
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/access/transam/recovery.conf.sample | 8 |
1 files changed, 8 insertions, 0 deletions
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 #--------------------------------------------------------------------------- |