From: Tatsuo Ishii Date: Wed, 5 Aug 2015 06:19:44 +0000 (+0900) Subject: Fix misinformation regarding load balancing in docs. X-Git-Tag: V3_3_8~45 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=14676afbb7402c8d4b2e7faeaee7712293a53f1f;p=pgpool2.git Fix misinformation regarding load balancing in docs. In streaming replication mode, DECLARE, FETCH, CLOSE and SHOW are sent to primary node only. Pointed out in [pgpool-general-jp: 1378]. --- diff --git a/doc/pgpool-en.html b/doc/pgpool-en.html index 1738cedba..2dfaa78c0 100644 --- a/doc/pgpool-en.html +++ b/doc/pgpool-en.html @@ -2175,6 +2175,8 @@ at the query itself.
  • SELECT ... FOR SHARE | UPDATE
  • SELECT in transaction isolation level SERIALIZABLE
  • LOCK command more strict than ROW EXCLUSIVE MODE
  • +
  • DECLARE, FETCH, CLOSE
  • +
  • SHOW
  • Some transactional commands: