File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 4040# NOTE that the basename of %p will be different from %f; do not
4141# expect them to be interchangeable.
4242#
43- #
4443#restore_command = 'cp /mnt/server/archivedir/%f %p'
4544#
4645#
4746#---------------------------------------------------------------------------
4847# OPTIONAL PARAMETERS
4948#---------------------------------------------------------------------------
5049#
50+ # recovery_end_command
51+ #
52+ # specifies an optional shell command to execute at completion of recovery.
53+ # This can be useful for cleaning up after the restore_command.
54+ #
55+ #recovery_end_command = ''
56+ #
57+ #
5158# By default, recovery will rollforward to the end of the WAL log.
5259# If you want to stop rollforward before that point, you
5360# must set a recovery target.
You can’t perform that action at this time.
0 commit comments