Add primary_slotname to recovery.conf.sample.

This commit is contained in:
Fujii Masao 2014-02-03 00:41:50 +09:00
parent 63be3b78f6
commit 0753bdb352
1 changed files with 6 additions and 0 deletions

View File

@ -120,6 +120,12 @@
#
#primary_conninfo = '' # e.g. 'host=localhost port=5432'
#
# If set, the PostgreSQL server will use the specified replication slot when
# connecting to the primary via streaming replication to control resource
# removal on the upstream node. This setting has no effect if primary_conninfo
# is not set.
#
#primary_slotname = ''
#
# By default, a standby server keeps restoring XLOG records from the
# primary indefinitely. If you want to stop the standby mode, finish recovery