diff options
Diffstat (limited to 'doc/src/sgml/ref/grant.sgml')
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index fb81af425da..f42d6595187 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -357,10 +357,9 @@ 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 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. + For servers, this privilege enables the grantee to create foreign + tables using the server, and also to create, alter, or drop his own + user's user mappings associated with that server. </para> </listitem> </varlistentry> |