Roles and Users in PostgreSQL: Why Everything Is (Only) a ROLE
PostgreSQL does not distinguish between users and roles: everything is a ROLE. The correct mental model, a real case, and a complete example to build a truly maintainable read-only account.
··5 mins


