mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
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.
This commit is contained in:
parent
dc3f33f6be
commit
743ed082ac
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user