-
Notifications
You must be signed in to change notification settings - Fork 613
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
MODULES-11047 - Allow managing rights for PUBLIC role #1266
Conversation
postgresql::server::grant is a typeBreaking changes to this file WILL impact these 1 modules (exact match):This module is declared in 70 of 576 indexed public
|
13bf91a
to
ebdde20
Compare
ebdde20
to
7b295fb
Compare
|
Thank you @mtancoigne for your contribution. |
|
I tried on Postgres 12.6. I made the changes as I thought it was not supported by the module until I see the specific test on spec/unit/defines/server/grant_spec.rb: it checks for a quoted "PUBLIC" string, which is invalid (at least with tested version). |
|
Hey @mtancoigne, we reproduced the problem locally and this fix is working properly. kind regards, |
MODULES-11047 - Allow managing rights for PUBLIC role
Following the feature request, this PR allow to use "PUBLIC" as a role for grants, which will not be quoted in the final query.