summaryrefslogtreecommitdiff
path: root/src/sample/pgpool.conf.sample-stream
diff options
context:
space:
mode:
Diffstat (limited to 'src/sample/pgpool.conf.sample-stream')
-rw-r--r--src/sample/pgpool.conf.sample-stream13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/sample/pgpool.conf.sample-stream b/src/sample/pgpool.conf.sample-stream
index 301289c92..797906491 100644
--- a/src/sample/pgpool.conf.sample-stream
+++ b/src/sample/pgpool.conf.sample-stream
@@ -1,5 +1,5 @@
# --------------------------------
-# Pgpool-II 4.7 configuration file
+# Pgpool-II 4.8 configuration file
# --------------------------------
#
# This file consists of lines of the form:
@@ -20,7 +20,7 @@
#------------------------------------------------------------------------------
# BACKEND CLUSTERING MODE
# Choose one of: streaming_replication, native_replication,
-# logical_replication, slony, raw or snapshot_isolation
+# logical_replication, raw or snapshot_isolation
# (change requires restart)
#------------------------------------------------------------------------------
@@ -244,7 +244,7 @@ backend_clustering_mode = streaming_replication
# Log connections
#log_disconnections = off
# Log disconnections
-#log_pcp_processes = on
+#log_pcp_processes = off
# Log PCP Processes
#log_hostname = off
# Hostname will be shown in ps status
@@ -351,8 +351,8 @@ backend_clustering_mode = streaming_replication
# location of pgpool.conf file or
# as an absolute path
# (change requires restart)
-#logdir = '/tmp'
- # Directory of pgPool status file
+#work_dir = '/tmp'
+ # Directory for pgpool_status and lock files.
# (change requires restart)
@@ -667,6 +667,9 @@ backend_clustering_mode = streaming_replication
# Leaving it empty will make Pgpool-II to first look for the
# Password in pool_passwd file before using the empty password
+#recovery_database = 'postgres'
+ # Database name for online recovery
+
#recovery_1st_stage_command = ''
# Executes a command in first stage
#recovery_2nd_stage_command = ''