Connecting to Postgres
- Postgres supports a lot of different ways to connect to your database cluster.
- It also provides very fine-grained access control methods.
- You can
GRANT
different privileges to different roles not only for schemata and tables, but even columns.