Skip to content

Commit dcb2efd

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 91f26d5 commit dcb2efd

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
@@ -2621,8 +2621,9 @@ ORDER BY c.ordinal_position;
26212621
For permission checking, the set of <quote>applicable roles</quote>
26222622
is applied, which can be broader than the set of enabled roles. So
26232623
generally, it is better to use the view
2624-
<literal>applicable_roles</literal> instead of this one; see also
2625-
there.
2624+
<literal>applicable_roles</literal> instead of this one; See
2625+
<xref linkend="infoschema-applicable-roles"/> for details on
2626+
<literal>applicable_roles</literal> view.
26262627
</para>
26272628

26282629
<table>

0 commit comments

Comments
 (0)