You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Related to @talbx works here: #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?
The text was updated successfully, but these errors were encountered: