You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,8 +50,7 @@ GRANT { CREATE | ALL [ PRIVILEGES ] }
50
50
ON TABLESPACE <replaceable>tablespacename</> [, ...]
51
51
TO { <replaceable class="PARAMETER">username</replaceable> | GROUP <replaceable class="PARAMETER">groupname</replaceable> | PUBLIC } [, ...] [ WITH GRANT OPTION ]
52
52
53
-
GRANT <replaceable class="PARAMETER">role</replaceable> [, ...]
54
-
TO { <replaceable class="PARAMETER">username</replaceable> | GROUP <replaceable class="PARAMETER">groupname</replaceable> | PUBLIC } [, ...] [ WITH ADMIN OPTION ]
53
+
GRANT <replaceable class="PARAMETER">role</replaceable> [, ...] TO <replaceable class="PARAMETER">username</replaceable> [, ...] [ WITH ADMIN OPTION ]
55
54
</synopsis>
56
55
</refsynopsisdiv>
57
56
@@ -325,6 +324,12 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...]
325
324
Roles having <literal>CREATEROLE</> privilege can grant or revoke
326
325
membership in any role that is not a superuser.
327
326
</para>
327
+
328
+
<para>
329
+
Unlike the case with privileges, membership in a role cannot be granted
330
+
to <literal>PUBLIC</>. Note also that this form of the command does not
0 commit comments