Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 30b26df

Browse files
committed
Clarify that CREATEROLE roles are considered Administrators
Author: Michael Banck Reviewed-By: Robert Treat Discussion: https://postgr.es/m/2160a5071a7bb5339055b04a8cad81a822be9d8d.camel@credativ.de
1 parent 1265a9c commit 30b26df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/sgml/user-manag.sgml

+5-4
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,11 @@ DROP ROLE doomed_role;
492492

493493
<para>
494494
<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.
499500
</para>
500501

501502
<para>

0 commit comments

Comments
 (0)