We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
SELECT * from public.permission_diffs() WHERE role_name NOT LIKE 'pg_%';
to avoid pg_write_all_data, ... to appear in the output.
pg_write_all_data
Have your consider excluding predefined roles by default?
Or maybe provide a set of INSERT INTO public.permission_target example queries that set the permissions for the predefined roles.
INSERT INTO public.permission_target
The text was updated successfully, but these errors were encountered:
That would be a useful enhancement; we should ignore the predefined roles. I'll leave it open as an enhancement request.
Sorry, something went wrong.
No branches or pull requests
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:
to avoid
pg_write_all_data
, ... to appear in the output.Have your consider excluding predefined roles by default?
Or maybe provide a set of
INSERT INTO public.permission_target
example queries that set the permissions for the predefined roles.The text was updated successfully, but these errors were encountered: