Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit743ed08

Browse files
committed
Add compatibility note about grant options on GRANT reference page
Point out in the compatibility section that granting grant options toPUBLIC is not supported by PostgreSQL. This is already mentionedearlier, but since it concerns the information schema, it might beworth pointing out explicitly as a compatibility issue.
1 parentdc3f33f commit743ed08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎doc/src/sgml/ref/grant.sgml

Lines changed: 6 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp