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 applicable roles is applied, which can be broader than the set of enabled roles. So generally, it is better to use the view - applicable_roles instead of this one; see also - there. + applicable_roles instead of this one; See + for details on + applicable_roles view.