-
Notifications
You must be signed in to change notification settings - Fork 94
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: fix can't revoke functions from user #690
Conversation
@Andersson007 kindly review. |
@SlamChillz thanks for the fix! could you please add a changelog fragment under the |
Done @Andersson007 |
Backport to stable-2: 💚 backport PR created✅ Backport PR branch: Backported as #691 🤖 @patchback |
* postgresql_privs: fix can't revoke functions from user * added a changelog fragment to document bug fix * Update changelogs/fragments/690-revoke-functions-from-user.yaml --------- Co-authored-by: Douglas J Hunley <[email protected]> (cherry picked from commit 6820418)
@SlamChillz thanks for the contribution! @hunleyd thanks for reviewing! |
* postgresql_privs: fix can't revoke functions from user * added a changelog fragment to document bug fix * Update changelogs/fragments/690-revoke-functions-from-user.yaml --------- Co-authored-by: Douglas J Hunley <[email protected]> (cherry picked from commit 6820418) Co-authored-by: Mendie Uwemedimo <[email protected]>
SUMMARY
This PR enables ability to revoke functions from user with community.postgresql.postgresql_privs.
Fixes #687.
ISSUE TYPE
COMPONENT NAME
module: postgresql_privs