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

Commit 743ed08

Browse files
committed
Add compatibility note about grant options on GRANT reference page
Point out in the compatibility section that granting grant options to PUBLIC is not supported by PostgreSQL. This is already mentioned earlier, but since it concerns the information schema, it might be worth pointing out explicitly as a compatibility issue.
1 parent dc3f33f commit 743ed08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/src/sgml/ref/grant.sgml

+6
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,12 @@ GRANT admins TO joe;
630630
<quote>_SYSTEM</>, the owner cannot revoke these rights.
631631
</para>
632632

633+
<para>
634+
According to the SQL standard, grant options can be granted to
635+
<literal>PUBLIC</literal>; PostgreSQL only supports granting grant options
636+
to roles.
637+
</para>
638+
633639
<para>
634640
The SQL standard provides for a <literal>USAGE</literal> privilege
635641
on other kinds of objects: character sets, collations,

0 commit comments

Comments
 (0)