pg_permissions
pg_permissions copied to clipboard
A simple set of views to see ALL permissions in a PostgreSQL database
Results
1
pg_permissions issues
Sort by
recently updated
recently updated
newest added
I'm testing this extension as it can be really helpful to review privileges. When using the diffs function i'm using it like this: ```sql SELECT * from public.permission_diffs() WHERE role_name...
enhancement
good first issue