summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/system-views.sgml21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml
index 1ca7c3f9bfc..1951d1b5a21 100644
--- a/doc/src/sgml/system-views.sgml
+++ b/doc/src/sgml/system-views.sgml
@@ -993,6 +993,17 @@
<tbody>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
+ <structfield>rule_number</structfield> <type>int4</type>
+ </para>
+ <para>
+ Number of this rule, if valid, otherwise <literal>NULL</literal>.
+ This indicates the order in which each rule is considered
+ until a match is found during authentication.
+ </para></entry>
+ </row>
+
+ <row>
+ <entry role="catalog_table_entry"><para role="column_definition">
<structfield>line_number</structfield> <type>int4</type>
</para>
<para>
@@ -1133,6 +1144,16 @@
<tbody>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
+ <structfield>map_number</structfield> <type>int4</type>
+ </para>
+ <para>
+ Number of this map, in priority order, if valid, otherwise
+ <literal>NULL</literal>
+ </para></entry>
+ </row>
+
+ <row>
+ <entry role="catalog_table_entry"><para role="column_definition">
<structfield>line_number</structfield> <type>int4</type>
</para>
<para>