Skip to content

Commit a2ebf32

Browse files
committed
Doc: explain how to test ADMIN privilege with pg_has_role().
This has always been possible, but the syntax is a bit obscure, and our user-facing docs were not very helpful. Spell it out more clearly. Per complaint from Dominique Devienne. Back-patch to all supported branches. Discussion: https://postgr.es/m/CAFCRh-8JNEy+dV4SXFOrWca50u+d=--TO4cq=+ac1oBtfJy4AA@mail.gmail.com
1 parent c00c54a commit a2ebf32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/src/sgml/func.sgml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25289,6 +25289,10 @@ SELECT has_function_privilege('joeuser', 'myfunc(int, text)', 'execute');
2528925289
are immediately available without doing <command>SET ROLE</command>,
2529025290
while <literal>SET</literal> denotes whether it is possible to change
2529125291
to the role using the <literal>SET ROLE</literal> command.
25292+
<literal>WITH ADMIN OPTION</literal> or <literal>WITH GRANT
25293+
OPTION</literal> can be added to any of these privilege types to
25294+
test whether the <literal>ADMIN</literal> privilege is held (all
25295+
six spellings test the same thing).
2529225296
This function does not allow the special case of
2529325297
setting <parameter>user</parameter> to <literal>public</literal>,
2529425298
because the PUBLIC pseudo-role can never be a member of real roles.

0 commit comments

Comments
 (0)