diff options
Diffstat (limited to 'src/backend/access/transam/recovery.conf.sample')
-rw-r--r-- | src/backend/access/transam/recovery.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/recovery.conf.sample b/src/backend/access/transam/recovery.conf.sample index eea63388a71..722c7d677d3 100644 --- a/src/backend/access/transam/recovery.conf.sample +++ b/src/backend/access/transam/recovery.conf.sample @@ -46,12 +46,12 @@ #restore_command = '' # e.g. 'cp /mnt/server/archivedir/%f %p' # # -# restartpoint_command +# archive_cleanup_command # # specifies an optional shell command to execute at every restartpoint. # This can be useful for cleaning up the archive of a standby server. # -#restartpoint_command = '' +#archive_cleanup_command = '' # # recovery_end_command # |