-
Notifications
You must be signed in to change notification settings - Fork 679
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
table-privileges not rendered correctly when granting "ALL" #8332
Comments
I just tried it again with the SNAPSHOT-Container and can still reproduce the problem. We only have the problem since we upgraded Postgres to 17.2.
We are having the following Postgres-Version:
|
OK Let me test on PostgreSQL 17.2 |
I think it is because of new |
Impacted nodes:
MAINTAIN Privilege is added in PG >= 17, so it should not be visible for version < 17. |
When granting Users or Roles with "ALL" on a table, this is not correctly rendered in the "Security"-section of the tables "Properties"-pop-up.
To Reproduce
Create a new table and grant a user "ALL" on it.
Expected behavior
When opening the "Properties"-pop-up of this table, the "Privileges" should be rendered correctly.
Error message
Instead, UNKNOWN is part of the rendered "Privileges"
Screenshots
Desktop
The text was updated successfully, but these errors were encountered: