diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-08-25 13:01:24 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-08-25 13:01:24 -0400 |
commit | 56c1d751cf16d7be72131085d70fb027f83d2e1a (patch) | |
tree | e76ed968a1e708f4c6e3eb2637f4b6d63b797f01 | |
parent | 028f855845a5dde3d44ac02dc27a3c6b14dad01e (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.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index c43e325d064..e5a02801f12 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> |