summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2010-10-14 20:36:42 +0300
committerPeter Eisentraut <peter_e@gmx.net>2010-10-14 23:16:23 +0300
commit071f810c982be5b3789ff408b51e2777ae32ebdd (patch)
treea5c0657eb11c2ca8d840161811debd29ab1a0049
parent392e01a03a36bee3665fc1d9317f904cc8d2cda1 (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.
-rw-r--r--doc/src/sgml/ref/grant.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml
index a69578bcd41..659bc1bff22 100644
--- a/doc/src/sgml/ref/grant.sgml
+++ b/doc/src/sgml/ref/grant.sgml
@@ -339,8 +339,10 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
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>