[Postgres] Identifier les privilèges

SELECT *   FROM information_schema.role_table_grants  WHERE grantee = ‘<role_name>’;