summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-08-25 13:01:24 -0400
committerBruce Momjian <bruce@momjian.us>2018-08-25 13:01:24 -0400
commitfe6131b4a81231526e5841f4ba187ec1d725de7b (patch)
treeb9b2bcd64812b58b628fe4948db35b8edf991377
parent3c74f7af075b6efe80416d019bfb3784d4785bf2 (diff)
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
-rw-r--r--doc/src/sgml/information_schema.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index ed27833fbce..2ebf9c38e6e 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -2598,8 +2598,9 @@ ORDER BY c.ordinal_position;
For permission checking, the set of <quote>applicable roles</quote>
is applied, which can be broader than the set of enabled roles. So
generally, it is better to use the view
- <literal>applicable_roles</literal> instead of this one; see also
- there.
+ <literal>applicable_roles</literal> instead of this one; See
+ <xref linkend="infoschema-applicable-roles"> for details on
+ <literal>applicable_roles</literal> view.
</para>
<table>