From 743ed082accbc542294a4408e2e45a6ffb8ec966 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 9 Jan 2012 21:10:50 +0200 Subject: [PATCH] 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. --- doc/src/sgml/ref/grant.sgml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index 51dd2e05e7..c5edaed153 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -630,6 +630,12 @@ GRANT admins TO joe; _SYSTEM, the owner cannot revoke these rights. + + According to the SQL standard, grant options can be granted to + PUBLIC; PostgreSQL only supports granting grant options + to roles. + + The SQL standard provides for a USAGE privilege on other kinds of objects: character sets, collations, -- 2.40.0