Skip to content

Commit 9f2d7f6

Browse files
committed
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.
1 parent 80ada4c commit 9f2d7f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/ref/grant.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,10 @@ GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
339339
to create new servers using that foreign-data wrapper.
340340
</para>
341341
<para>
342-
For servers, this privilege enables the grantee to query the
343-
options of the server and associated user mappings.
342+
For servers, this privilege enables the grantee to create,
343+
alter, and drop his own user's user mappings associated with
344+
that server. Also, it enables the grantee to query the options
345+
of the server and associated user mappings.
344346
</para>
345347
</listitem>
346348
</varlistentry>

0 commit comments

Comments
 (0)