Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63be3b7 commit 0753bdbCopy full SHA for 0753bdb
src/backend/access/transam/recovery.conf.sample
@@ -120,6 +120,12 @@
120
#
121
#primary_conninfo = '' # e.g. 'host=localhost port=5432'
122
123
+# If set, the PostgreSQL server will use the specified replication slot when
124
+# connecting to the primary via streaming replication to control resource
125
+# removal on the upstream node. This setting has no effect if primary_conninfo
126
+# is not set.
127
+#
128
+#primary_slotname = ''
129
130
# By default, a standby server keeps restoring XLOG records from the
131
# primary indefinitely. If you want to stop the standby mode, finish recovery
0 commit comments