mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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.
This commit is contained in:
@ -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
|
||||
#---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user