select grantee, privilege_type, table_schema, table_name
from information_schema.role_table_grants
where grantee in ('anon');
select grantee, privilege_type, table_schema, table_name
from information_schema.role_table_grants
where grantee in ('anon');