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 | dcb2efdbdd8fe46be35069ea58acebbc4ff2723a (patch) | |
tree | e6d6d8731198019be01b169d2b50b8786149cf5a | |
parent | 91f26d5fe47e3b06e878f2f1949cbd35e9576c16 (diff) | |
download | postgresql-dcb2efdbdd8fe46be35069ea58acebbc4ff2723a.tar.gz postgresql-dcb2efdbdd8fe46be35069ea58acebbc4ff2723a.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.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 9a61aa85411..b13700da924 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> |