From: Peter Eisentraut Date: Thu, 14 Oct 2010 17:36:42 +0000 (+0300) Subject: Complete the documentation of the USAGE privilege for foreign servers X-Git-Tag: REL8_4_6~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d833f42eeb6767800b95c2f3e4fb781071ed1c69;p=postgresql Complete the documentation of the USAGE privilege for foreign servers The GRANT reference page failed to mention that the USAGE privilege allows modifying associated user mappings, although this was already documented on the CREATE/ALTER/DROP USER MAPPING pages. --- diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index ceda72c141..c25af57997 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -322,8 +322,10 @@ GRANT role [, ...] TO - For servers, this privilege enables the grantee to query the - options of the server and associated user mappings. + For servers, this privilege enables the grantee to create, + alter, and drop his own user's user mappings associated with + that server. Also, it enables the grantee to query the options + of the server and associated user mappings.