recovery_end_command
A configuration parameter specifying a script to execute when exiting recovery
recovery_end_command
is a configuration parameter specifying a script to execute when PostgreSQL exits recovery.
recovery_end_command
was added in PostgreSQL 8.4.
Before PostgreSQL 12 it was a replication configuration command which could only be set in recovery.conf.
Default value
The default value for restore_command
is: ''
(empty string).
Change history
- PostgreSQL 12
- PostgreSQL 8.4
- added (commit 9e403c25)
References
- PostgreSQL documentation: recovery_end_command
- PostgreSQL 11 documentation: recovery_end_command