projects
/
pgpool1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
861d7e6
)
Add new parameter named "replication_select".
author
Yoshiyuki Asaba
<y-asaba at pgfoundry.org>
Thu, 19 Jul 2007 05:29:57 +0000
(
05:29
+0000)
committer
Yoshiyuki Asaba
<y-asaba at pgfoundry.org>
Thu, 19 Jul 2007 05:29:57 +0000
(
05:29
+0000)
pgpool.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/pgpool.conf.sample
b/pgpool.conf.sample
index 948eae90a3100edd28b7fab7e6e54b3a920f8080..d8667dac5f52309dc00f6131b6e3ecfaa8d1566d 100644
(file)
--- a/
pgpool.conf.sample
+++ b/
pgpool.conf.sample
@@
-86,6
+86,10
@@
weight_secondary = 0.5
# degeneration to stop replication mode.
replication_stop_on_mismatch = false
+# If true, replicate SELECT statement when load balancing is disabled.
+# If false, it is only sended to the master node.
+replicate_select = false
+
# Semicolon separated list of queries to be issued at the end of a session
reset_query_list = 'ABORT; RESET ALL; SET SESSION AUTHORIZATION DEFAULT'