]> granicus.if.org Git - pgbouncer/commitdiff
Mention auth_user in pgbouncer.ini example
authoranayrat <adrien.nayrat@dalibo.com>
Thu, 27 Oct 2016 08:27:53 +0000 (10:27 +0200)
committeranayrat <adrien.nayrat@dalibo.com>
Thu, 27 Oct 2016 13:24:11 +0000 (15:24 +0200)
etc/pgbouncer.ini

index b13dcb942087a0d1eb388c0086b74289b980ad82..5b440cc7b9728576a4fd3d2585925119d965e3ec 100644 (file)
@@ -4,6 +4,7 @@
 ;;   dbname= host= port= user= password=
 ;;   client_encoding= datestyle= timezone=
 ;;   pool_size= connect_query=
+;;   auth_user=
 [databases]
 
 ; foodb over unix socket
 ; 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