diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_user_mapping.sgml')
| -rw-r--r-- | doc/src/sgml/ref/drop_user_mapping.sgml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/drop_user_mapping.sgml b/doc/src/sgml/ref/drop_user_mapping.sgml index c22dedb661..82d5fa5dcb 100644 --- a/doc/src/sgml/ref/drop_user_mapping.sgml +++ b/doc/src/sgml/ref/drop_user_mapping.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/drop_user_mapping.sgml,v 1.1 2008/12/19 16:25:16 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/drop_user_mapping.sgml,v 1.2 2009/01/20 09:10:20 petere Exp $ PostgreSQL documentation --> @@ -29,8 +29,14 @@ DROP USER MAPPING [ IF EXISTS ] FOR { <replaceable class="parameter">username</r <para> <command>DROP USER MAPPING</command> removes an existing user - mapping from foreign server. To execute this command, the current - user must be the owner of the server containing the mapping. + mapping from foreign server. + </para> + + <para> + The owner of a foreign server can drop user mappings for that server + for any user. Also, a user can drop a user mapping for his own + user name if <literal>USAGE</> privilege on the server has been + granted to the user. </para> </refsect1> |
