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

postgresql_default_privileges: support of schema object type #126

Merged
merged 7 commits into from
Sep 24, 2021
Merged

postgresql_default_privileges: support of schema object type #126

merged 7 commits into from
Sep 24, 2021

Conversation

kostiantyn-nemchenko
Copy link
Contributor

@kostiantyn-nemchenko kostiantyn-nemchenko commented Aug 23, 2021

This allows managing default privileges for schemas. The feature is available since PostgreSQL 10. Closes #34

@cyrilgdn cyrilgdn self-requested a review August 25, 2021 07:47
@kostiantyn-nemchenko kostiantyn-nemchenko marked this pull request as ready for review August 28, 2021 11:20
Copy link
Owner

@cyrilgdn cyrilgdn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kostiantyn-nemchenko Once again, thanks for your work on this provider 😊

@cyrilgdn cyrilgdn merged commit 9c28441 into cyrilgdn:master Sep 24, 2021
@kostiantyn-nemchenko kostiantyn-nemchenko deleted the default_acl_on_schemas branch September 24, 2021 17:40
jindrichskupa pushed a commit to cookielab/terraform-provider-postgresql that referenced this pull request Oct 8, 2021
…n#126)

* postgresql_default_privileges: support of schema object type

* Add schema test steps to TestAccPostgresqlDefaultPrivileges

* Fix id attr value

* Move schema tests to TestAccPostgresqlDefaultPrivileges_NoSchema

* Check supported PG version

* Dedicated acc test for acls on schemas

* Fix comment in acc test
@cyrilgdn
Copy link
Owner

cyrilgdn commented Feb 4, 2022

This has just been released in v1.15.0

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

Successfully merging this pull request may close these issues.

Implement postgresql_default_privileges for schema.
2 participants