Contents
pause_at_recovery_target
A replication configuration parameter determining whether recovery should pause when the recovery target is reached
This entry relates to a PostgreSQL feature, application/utility, configuration item or other subject which is only relevant to PostgreSQL versions no longer under community support.
pause_at_recovery_target
was a replication configuration parameter determining whether recovery should pause when the recovery target is reached.
pause_at_recovery_target
was added in PostgreSQL 9.1, and replaced in PostgreSQL 9.5 by recovery_target_action
.
Change history
- PostgreSQL 9.5
- removed and replaced by
recovery_target_action
(commit 51c11a70)
- removed and replaced by
- PostgreSQL 9.1
- added (commit 8c6e3adb)
References
- PostgreSQL 9.4 documentation: pause_at_recovery_target