diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-10-14 20:36:42 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-10-14 20:38:48 +0300 |
commit | d833f42eeb6767800b95c2f3e4fb781071ed1c69 (patch) | |
tree | 78f5450cb28c8357cda912cc9254838c88f1c31d /doc/src | |
parent | a0e02dc1af7142fe1a4ee68c8f635aa3f84cc8b7 (diff) |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index ceda72c141d..c25af579976 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -322,8 +322,10 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...] TO <replaceable to create new servers using that foreign-data wrapper. </para> <para> - 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. </para> </listitem> </varlistentry> |