You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ID: 96
Version: Unspecified
Date: 2012-01-03 06:44 EST
Author: Peter Eisentraut (peter_e@gmx.net)
The documentation for the pgbouncer_backends check says:
"Note that the user you are connecting as must be a superuser for this to work
properly."
PgBouncer doesn't really have the concept of a superuser. It has admin_users
and stats_users. I think the permission required for this check is
stats_users. Please correct that in the docs.