PostgreSQL Permissions
Concepts
Minimal Configuration
Create a Role
CREATE ROLE <ROLE_NAME>Allow Connection to a Database
GRANT CONNECT ON DATABASE <DATABASE> TO <ROLE_NAME>;Allow Role to use Schema
Grant Access to One or More Tables
Create User and Assign them to Role
Limiting View to System Tables
Last updated
Was this helpful?

