Creating Database Roles
A superuser creates a new role using the CREATE ROLE statement. Only a superuser can create or drop roles.
=> CREATE ROLE administrator;
CREATE ROLE
The newly-created role has no privileges assigned to it, and no users or other roles are initially granted access to it. A superuser must grant privileges and access to the role.