Add new parameter named "replication_select".
authorYoshiyuki Asaba <y-asaba at pgfoundry.org>
Thu, 19 Jul 2007 05:29:57 +0000 (05:29 +0000)
committerYoshiyuki Asaba <y-asaba at pgfoundry.org>
Thu, 19 Jul 2007 05:29:57 +0000 (05:29 +0000)
pgpool.conf.sample

index 948eae90a3100edd28b7fab7e6e54b3a920f8080..d8667dac5f52309dc00f6131b6e3ecfaa8d1566d 100644 (file)
@@ -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'