terraform-provider-postgresql
terraform-provider-postgresql copied to clipboard
ALL privileges still not working for tables in postgres version => 17
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?