aboutsummaryrefslogtreecommitdiff
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
commit943f75d543e10fed4215d21dd985a5e215fae56c (patch)
tree9892c1a8fa2e1c29bdd3f2c76e347ba98a84b18a
parentdfd840f105506db988566436c1559866bd73ab55 (diff)
downloadpostgresql-943f75d543e10fed4215d21dd985a5e215fae56c.tar.gz
postgresql-943f75d543e10fed4215d21dd985a5e215fae56c.zip
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 b85849b2588..1d40d50ae02 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -2621,8 +2621,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>