mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Include recovery_end_command in recovery.conf.sample.
Per suggestion of Jaime Casanova.
This commit is contained in:
parent
1b6f549de5
commit
bfab3f19e3
@ -40,7 +40,6 @@
|
|||||||
# NOTE that the basename of %p will be different from %f; do not
|
# NOTE that the basename of %p will be different from %f; do not
|
||||||
# expect them to be interchangeable.
|
# expect them to be interchangeable.
|
||||||
#
|
#
|
||||||
#
|
|
||||||
#restore_command = 'cp /mnt/server/archivedir/%f %p'
|
#restore_command = 'cp /mnt/server/archivedir/%f %p'
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
@ -48,6 +47,14 @@
|
|||||||
# OPTIONAL PARAMETERS
|
# OPTIONAL PARAMETERS
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
# recovery_end_command
|
||||||
|
#
|
||||||
|
# specifies an optional shell command to execute at completion of recovery.
|
||||||
|
# This can be useful for cleaning up after the restore_command.
|
||||||
|
#
|
||||||
|
#recovery_end_command = ''
|
||||||
|
#
|
||||||
|
#
|
||||||
# By default, recovery will rollforward to the end of the WAL log.
|
# By default, recovery will rollforward to the end of the WAL log.
|
||||||
# If you want to stop rollforward before that point, you
|
# If you want to stop rollforward before that point, you
|
||||||
# must set a recovery target.
|
# must set a recovery target.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user