Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Added schema prefix to pgbouncer_auth_query
Browse files Browse the repository at this point in the history
  • Loading branch information
corford authored Feb 21, 2019
1 parent 6e88c28 commit 16e4390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pgbouncer_stats_users: ["pgbouncer"]
pgbouncer_auth_user: "pgbouncer"
pgbouncer_auth_type: "md5" # Note: at the moment only the md5 auth type is supported
pgbouncer_auth_file: "/etc/pgbouncer/auth.conf"
pgbouncer_auth_query: "SELECT uname, phash from user_lookup($1)" # See README for more info
pgbouncer_auth_query: "SELECT uname, phash FROM pgbouncer.user_lookup($1)" # Tailor to your security definer function (see README for more info)
pgbouncer_pool_mode: "transaction"
pgbouncer_default_client_encoding: "UNICODE"
pgbouncer_max_client_conn: 800
Expand Down

0 comments on commit 16e4390

Please sign in to comment.