From: Fujii Masao Date: Sun, 2 Feb 2014 15:41:50 +0000 (+0900) Subject: Add primary_slotname to recovery.conf.sample. X-Git-Tag: REL9_4_BETA1~545 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0753bdb352270a03dec52bc959418fa82e9b07cc;p=thirdparty%2Fpostgresql.git Add primary_slotname to recovery.conf.sample. --- diff --git a/src/backend/access/transam/recovery.conf.sample b/src/backend/access/transam/recovery.conf.sample index 6f7b38eb197..209b9792146 100644 --- a/src/backend/access/transam/recovery.conf.sample +++ b/src/backend/access/transam/recovery.conf.sample @@ -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