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 23:16:46 +0300 |
commit | 9f2d7f6e2de23ecc1cfdd4172e23bd8b949fbcd2 (patch) | |
tree | b6b01c5c87bfb33c43297dabfbe2768a50a3d9f2 /doc/src | |
parent | 80ada4c0dbc877d494f7c8886fdaebda0fbbe0bc (diff) | |
download | postgresql-9f2d7f6e2de23ecc1cfdd4172e23bd8b949fbcd2.tar.gz postgresql-9f2d7f6e2de23ecc1cfdd4172e23bd8b949fbcd2.zip |
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 b8ee017a97f..082e2e865d3 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> |