]> granicus.if.org Git - postgresql/commitdiff
Add compatibility note about grant options on GRANT reference page
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 9 Jan 2012 19:10:50 +0000 (21:10 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 9 Jan 2012 19:10:50 +0000 (21:10 +0200)
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.

doc/src/sgml/ref/grant.sgml

index 51dd2e05e75dfd7796432cfd574ccc295429592c..c5edaed153ae7817c07857c97a297d6a3032871c 100644 (file)
@@ -630,6 +630,12 @@ GRANT admins TO joe;
     <quote>_SYSTEM</>, the owner cannot revoke these rights.
    </para>
 
+   <para>
+    According to the SQL standard, grant options can be granted to
+    <literal>PUBLIC</literal>; PostgreSQL only supports granting grant options
+    to roles.
+   </para>
+
    <para>
     The SQL standard provides for a <literal>USAGE</literal> privilege
     on other kinds of objects: character sets, collations,