Azure Database for PostgreSQL
An Azure managed PostgreSQL database service for app development and deployment.
1,312 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am configuring auth_query for pgbouncer authentication.
auth_query is in turn referring to pg_shadow running below query
Select usename,
passwd
from
pg_shadow
this throws error: "permission denied for view pg_shadow"
is there a way to give access to this table for my user?