File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -492,10 +492,11 @@ DROP ROLE doomed_role;
492
492
493
493
<para>
494
494
<productname>PostgreSQL</productname> provides a set of default roles
495
- which provide access to certain, commonly needed, privileged capabilities
496
- and information. Administrators can GRANT these roles to users and/or
497
- other roles in their environment, providing those users with access to
498
- the specified capabilities and information.
495
+ that provide access to certain, commonly needed, privileged capabilities
496
+ and information. Administrators (including roles that have the
497
+ <literal>CREATEROLE</literal> privilege) can <command>GRANT</command> these
498
+ roles to users and/or other roles in their environment, providing those
499
+ users with access to the specified capabilities and information.
499
500
</para>
500
501
501
502
<para>
You can’t perform that action at this time.
0 commit comments