Is it possible to know all the tables a user has access to using a single query?
I tried with pg_role
and pg_user
with no luck. Can anyone tell me about a system table which has the data of all the objects that a user has access to?
Is it possible to know all the tables a user has access to using a single query?
I tried with pg_role
and pg_user
with no luck. Can anyone tell me about a system table which has the data of all the objects that a user has access to?