22
How do I list every privilege granted to each role in PostgreSQL?
I have created some roles, a function, and granted various privileges across a schema. Now I would like an overview: for each role, everything it has been granted. The built in role listing shows attributes and…