Main.RolePermissionsInPostgreSQL


'Granting permission to read a PostgreSQL table in psql:

GRANT select ON tablename TO rolename;