From: anayrat Date: Thu, 27 Oct 2016 08:27:53 +0000 (+0200) Subject: Mention auth_user in pgbouncer.ini example X-Git-Tag: pgbouncer_1_8~32^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09e67c12a0bd73b8f0495fb144f4e6fd38afe01d;p=pgbouncer Mention auth_user in pgbouncer.ini example --- diff --git a/etc/pgbouncer.ini b/etc/pgbouncer.ini index b13dcb9..5b440cc 100644 --- a/etc/pgbouncer.ini +++ b/etc/pgbouncer.ini @@ -4,6 +4,7 @@ ;; dbname= host= port= user= password= ;; client_encoding= datestyle= timezone= ;; pool_size= connect_query= +;; auth_user= [databases] ; foodb over unix socket @@ -18,6 +19,10 @@ ; use custom pool sizes ;nondefaultdb = pool_size=50 reserve_pool_size=10 +; use auth_user with auth_query if user not present in auth_file +; auth_user must exist in auth_file +; foodb = auth_user=bar + ; fallback connect string ;* = host=testserver