Reference link for applicable_roles view is missing in the documentation of enabled_roles
Hi All,
The redirect link for applicable_roles view is missing in the
documentation page for enabled_roles view. Attached is the patch that
adds the same. Please refer to the following URL for details.
https://www.postgresql.org/docs/devel/static/infoschema-enabled-roles.html
--
With Regards,
Ashutosh Sharma
EnterpriseDB:http://www.enterprisedb.com
Attachments:
Add-redirect-link-to-applicable_roles.patchtext/x-patch; charset=US-ASCII; name=Add-redirect-link-to-applicable_roles.patchDownload
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index 09ef282..6d1a38e 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>
On Fri, Aug 24, 2018 at 05:38:44PM +0530, Ashutosh Sharma wrote:
Hi All,
The redirect link for applicable_roles view is missing in the
documentation page for enabled_roles view. Attached is the patch that
adds the same. Please refer to the following URL for details.https://www.postgresql.org/docs/devel/static/infoschema-enabled-roles.html
Patch applied back through 9.3. Thanks.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +