Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbfab3f1

Browse files
committed
Include recovery_end_command in recovery.conf.sample.
Per suggestion of Jaime Casanova.
1 parent1b6f549 commitbfab3f1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎src/backend/access/transam/recovery.conf.sample

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,21 @@
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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp