PostgreSQL provides a set of default roles
- which provide access to certain, commonly needed, privileged capabilities
- and information. Administrators can GRANT these roles to users and/or
- other roles in their environment, providing those users with access to
- the specified capabilities and information.
+ that provide access to certain, commonly needed, privileged capabilities
+ and information. Administrators (including roles that have the
+ CREATEROLE privilege) can GRANT these
+ roles to users and/or other roles in their environment, providing those
+ users with access to the specified capabilities and information.