Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

postgresql – How to limit access to specific database only, and restrict access to system tables

$
0
0

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?


Viewing all articles
Browse latest Browse all 1138

Trending Articles