Is there a query I can run to show currently assigned privileges on a particular schema?
i.e. privileges that were assigned like so:
GRANT USAGE ON S
in console util psql:
\dn+
will show you
Name | Owner | Access privileges | Description