From: Marko Kreen Date: Mon, 7 Oct 2013 21:28:53 +0000 (+0300) Subject: doc: Expand server_reset_query a bit. X-Git-Tag: pgbouncer_1_6_rc1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7ea7d401109d77a9a348f11dc933026e09e80c7;p=pgbouncer doc: Expand server_reset_query a bit. --- diff --git a/doc/config.txt b/doc/config.txt index 87ccb1b..f7d4884 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -289,7 +289,9 @@ for 8.3 and above its enough to do: server_reset_query = DISCARD ALL; When transaction pooling is used, the `server_reset_query` should be empty, -as clients should not use any session features. +as clients should not use any session features. If client does use session +features, then they will be broken as transaction pooling will not guaratee +that next query will be run on same connection. Default: DISCARD ALL