From 9f2d7f6e2de23ecc1cfdd4172e23bd8b949fbcd2 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 14 Oct 2010 20:36:42 +0300 Subject: [PATCH] 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. --- doc/src/sgml/ref/grant.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index b8ee017a97..082e2e865d 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -339,8 +339,10 @@ GRANT role_name [, ...] 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. -- 2.40.0