aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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>