Unverified Commit cabdb2ce authored by Shubham Dhama's avatar Shubham Dhama Committed by GitHub
Browse files

Use pg_roles instead of pg_authid. (#40)

The user in connection must have a superuser role to access the pg_authid
table, which may not be possible for managed services. The fix here is to
use publicly readable view pg_roles
https://www.postgresql.org/docs/current/view-pg-roles.html.
parent d213e107
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment