I have the executed following change:
grant update(speaker) on api.teams to anon;
How can I use a select statement to verify this change was made?
I can't see the entry in information_schema.table_privileges
.
CodePudding user response:
The appropriate view is informstion_schema.column_privileges
.