Add primary_slotname to recovery.conf.sample.
This commit is contained in:
parent
63be3b78f6
commit
0753bdb352
@ -120,6 +120,12 @@
|
|||||||
#
|
#
|
||||||
#primary_conninfo = '' # e.g. 'host=localhost port=5432'
|
#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
|
# By default, a standby server keeps restoring XLOG records from the
|
||||||
# primary indefinitely. If you want to stop the standby mode, finish recovery
|
# primary indefinitely. If you want to stop the standby mode, finish recovery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user