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 40
40
# NOTE that the basename of %p will be different from %f; do not
41
41
# expect them to be interchangeable.
42
42
#
43
- #
44
43
#restore_command = 'cp /mnt/server/archivedir/%f %p'
45
44
#
46
45
#
47
46
#---------------------------------------------------------------------------
48
47
# OPTIONAL PARAMETERS
49
48
#---------------------------------------------------------------------------
50
49
#
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
+ #
51
58
# By default, recovery will rollforward to the end of the WAL log.
52
59
# If you want to stop rollforward before that point, you
53
60
# must set a recovery target.
You can’t perform that action at this time.
0 commit comments