PostgreSQL: Database roles
Create role:
CREATE USER name WITH Role XXX
List users and roles:
Assign roles:
Related terms
CREATE ROLE
,create user
- Schema
GRANT
privileges to rolesSuperuser
rds_superuser
role in AWS RDS- Ansible roles
- ALTER USER myuser WITH SUPERUSER;
- DROP ROLE
- community.postgresql.postgresql_privs
See also
Advertising: