I have a user test
, which can view data from the system tables such as pg_class
. The idea is to isolate him to have access to a specific database only and not have any access to system resources. The question is, how can one achieve this?
↧
postgresql – How to limit access to specific database only, and restrict access to system tables
↧