Skip to content

Commit ebc0d6b

Browse files
committed
doc: add doc link for 'applicable_roles'
Reported-by: Ashutosh Sharma Discussion: https://postgr.es/m/CAE9k0PnhnL6MNDLuvkk8USzOa_DpzDzFQPAM_uaGuXbh9HMKYw@mail.gmail.com Author: Ashutosh Sharma Backpatch-through: 9.3
1 parent 96e578b commit ebc0d6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/information_schema.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2598,8 +2598,9 @@ ORDER BY c.ordinal_position;
25982598
For permission checking, the set of <quote>applicable roles</quote>
25992599
is applied, which can be broader than the set of enabled roles. So
26002600
generally, it is better to use the view
2601-
<literal>applicable_roles</literal> instead of this one; see also
2602-
there.
2601+
<literal>applicable_roles</literal> instead of this one; See
2602+
<xref linkend="infoschema-applicable-roles"> for details on
2603+
<literal>applicable_roles</literal> view.
26032604
</para>
26042605

26052606
<table>

0 commit comments

Comments
 (0)