Skip to content
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

Manage new createrole_self_grant setting (PG16) #483

Open
cyrilgdn opened this issue Oct 22, 2024 · 1 comment
Open

Manage new createrole_self_grant setting (PG16) #483

cyrilgdn opened this issue Oct 22, 2024 · 1 comment
Labels

Comments

@cyrilgdn
Copy link
Owner

cf #407 (comment)
PR: #481

In v1.24.0, we did a small fix to be compatible with PG16 but with the same behavior than previous version. In Postgres 16, we can now change the role inheritance behavior when a non-superuser role creates another role.
cf https://www.postgresql.org/docs/current/runtime-config-client.html#GUC-CREATEROLE-SELF-GRANT

The new setting createrole_self_grant allows to configure this behavior
@librucha already did the work in #481 to manage this setting, I'm just creating this issue to keep track of it until we merge/release it.

@librucha
Copy link
Contributor

@cyrilgdn I closed previous PR #481 and will prepeare smaller PR only for role parameters attribute. (currently only with createrole_self_grant allowed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants