-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
postgresql_privs lacks parameters privileges support #481
Comments
@RealGreenDragon hi, thanks for the well-filed issue! |
Fixed issue title and text to add more details. I found the time to implement it so I opened PR #500. |
As this is fixed in #500 and released in v3.1.0; @RealGreenDragon can this issue be closed? |
@tcraxs thanks for spotting and pinging! Let's close it |
SUMMARY
Until PostgreSQL 14 you are unable to grant the privilege to edit specific system parameters via SET or ALTER SYSTEM commands, so a superuser is needed.
From PostgreSQL 15 it is changed, as reported on v15 changelog:
As precised here, this is the difference between SET and ALTER SYSTEM commands/privileges:
But postgresql_privs module does not support parameters privileges yet.
ISSUE TYPE
COMPONENT NAME
postgresql_privs
ADDITIONAL INFORMATION
Desired module usage to grant permissions to change:
The text was updated successfully, but these errors were encountered: