Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 468a9f3

Browse files
committed
doc: Fix some descriptions related to pg_ident_file_mappings
pg_ident_file_mappings.line_number was described as a line number in pg_ident.conf for a "rule" number, but this should refer to a "map". The same inconsistent term was used in the main paragraph describing the view. Extracted from a patch by the same author. Issue introduced by a2c8499 where this view has been added. Author: Julien Rouhaud Discussion: https://postgr.es/m/20221026031948.cbrnzgy5e7glsq2d@jrouhaud Backpatch-through: 15
1 parent 23f4427 commit 468a9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/system-views.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@
11011101
of the contents of the client user name mapping configuration file,
11021102
<link linkend="auth-username-maps"><filename>pg_ident.conf</filename></link>.
11031103
A row appears in this view for each non-empty, non-comment line in the file,
1104-
with annotations indicating whether the rule could be applied successfully.
1104+
with annotations indicating whether the map could be applied successfully.
11051105
</para>
11061106

11071107
<para>
@@ -1136,7 +1136,7 @@
11361136
<structfield>line_number</structfield> <type>int4</type>
11371137
</para>
11381138
<para>
1139-
Line number of this rule in <filename>pg_ident.conf</filename>
1139+
Line number of this map in <filename>pg_ident.conf</filename>
11401140
</para></entry>
11411141
</row>
11421142

0 commit comments

Comments
 (0)