I have looked into the documentation for GRANT Found here and I was trying to see if there is a built-in function that can let me look at what level of accessibilit
GRANT
For all users on a specific database, do the following:
# psql \c your_database select grantee, table_catalog, privilege_type, table_schema, table_name from information_schema.table_privileges order by grantee, table_schema, table_name;