# Choose one of: 'streaming_replication', 'native_replication',
# 'logical_replication', 'slony', 'raw' or 'snapshot_isolation'
#------------------------------------------------------------------------------
+
backend_clustering_mode = 'logical_replication'
#------------------------------------------------------------------------------
# REPLICATION MODE
#------------------------------------------------------------------------------
-replication_mode = off
- # Activate replication mode
- # (change requires restart)
replicate_select = off
# Replicate SELECT statements
# when in replication mode
# 'logical_replication', 'slony', 'raw' or 'snapshot_isolation'
# (change requires restart)
#------------------------------------------------------------------------------
+
backend_clustering_mode = 'raw'
#------------------------------------------------------------------------------
statement_level_load_balance = off
# Enables statement level load balancing
+#------------------------------------------------------------------------------
+# MASTER/SLAVE MODE
+#------------------------------------------------------------------------------
+
# - Streaming -
sr_check_period = 10
# 'logical_replication', 'slony', 'raw' or 'snapshot_isolation'
# (change requires restart)
#------------------------------------------------------------------------------
+
backend_clustering_mode = 'native_replication'
#------------------------------------------------------------------------------
# MASTER/SLAVE MODE
#------------------------------------------------------------------------------
-master_slave_mode = off
- # Activate master/slave mode
- # (change requires restart)
-master_slave_sub_mode = 'stream'
- # Master/slave sub mode
- # Valid values are combinations stream, slony
- # or logical. Default is stream.
- # (change requires restart)
-
# - Streaming -
sr_check_period = 0
# 'logical_replication', 'slony', 'raw' or 'snapshot_isolation'
# (change requires restart)
#------------------------------------------------------------------------------
+
backend_clustering_mode = 'slony'
#------------------------------------------------------------------------------
# REPLICATION MODE
#------------------------------------------------------------------------------
-replication_mode = off
- # Activate replication mode
- # (change requires restart)
replicate_select = off
# Replicate SELECT statements
# when in replication mode
statement_level_load_balance = off
# Enables statement level load balancing
+#------------------------------------------------------------------------------
+# MASTER/SLAVE MODE
+#------------------------------------------------------------------------------
+
# - Streaming -
sr_check_period = 0
# 'logical_replication', 'slony', 'raw' or 'snapshot_isolation'
# (change requires restart)
#------------------------------------------------------------------------------
+
backend_clustering_mode = 'snapshot_isolation'
#------------------------------------------------------------------------------
# MASTER/SLAVE MODE
#------------------------------------------------------------------------------
-master_slave_mode = off
- # Activate master/slave mode
- # (change requires restart)
-master_slave_sub_mode = 'stream'
- # Master/slave sub mode
- # Valid values are combinations stream, slony
- # or logical. Default is stream.
- # (change requires restart)
-
# - Streaming -
sr_check_period = 0
# 'logical_replication', 'slony', 'raw' or 'snapshot_isolation'
# (change requires restart)
#------------------------------------------------------------------------------
+
backend_clustering_mode = 'streaming_replication'
#------------------------------------------------------------------------------
# REPLICATION MODE
#------------------------------------------------------------------------------
-replication_mode = off
- # Activate replication mode
- # (change requires restart)
replicate_select = off
# Replicate SELECT statements
# when in replication mode
statement_level_load_balance = off
# Enables statement level load balancing
+#------------------------------------------------------------------------------
+# MASTER/SLAVE MODE
+#------------------------------------------------------------------------------
+
# - Streaming -
sr_check_period = 10