terraform-provider-postgresql icon indicating copy to clipboard operation
terraform-provider-postgresql copied to clipboard

ALL privileges still not working for tables in postgres version => 17

Open amais33 opened this issue 10 months ago • 1 comments

Related to @talbx works here: https://github.com/cyrilgdn/terraform-provider-postgresql/pull/339

I confirm that the issue is solved with postgres version under 17 for me. But I still have the issue for "tables" with the version 17. I think it's because of the new MAINTAIN privilege. I found this 2 places where the list of tables privileges are present:

postgresql/helpers.go postgresql/helpers_test.go Maybe one need to add a test of postgres version and append the list with the MAINTAIN privilege if it's => 17, WDYT?

amais33 avatar Jan 20 '25 08:01 amais33