Rename "pg_restore_command" to "restore_command"

The 'pg_' prefix could cause confusion with actual binaries
(pg_ctl, pg_basebackup etc.) and there's no obvious reason
why we need it.
This commit is contained in:
Ian Barwick
2016-06-17 14:43:02 +09:00
parent 1ade1acb22
commit 3d6c349d88
4 changed files with 8 additions and 8 deletions

View File

@@ -116,7 +116,7 @@
# You can specify a restore_command to be used in the recovery.conf that
# will be placed in the cloned standby
#
# pg_restore_command = cp /path/to/archived/wals/%f %p
# restore_command = cp /path/to/archived/wals/%f %p
# Failover settings (repmgrd)
# ---------------------------