Skip to content

Commit 690805c

Browse files
doc: Fix link to pg_ident_file_mappings view
Commit a2c8499 accidentally used the link for pg_hba_file_rules when linking to pg_ident_file_mappings. Backpatch to v16 where this was introduced. Author: Erik Wienhold <ewie@ewie.name> Discussion: https://postgr.es/m/qt5hvgvfi4qzlgml2dfssaut2t2x5nwf7b5l63fklr7fpxwm6g@hle3mtglpm4y Backpatch-through: v16
1 parent ff9e1e7 commit 690805c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27211,7 +27211,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
2721127211
of its children.) You can use the
2721227212
<link linkend="view-pg-file-settings"><structname>pg_file_settings</structname></link>,
2721327213
<link linkend="view-pg-hba-file-rules"><structname>pg_hba_file_rules</structname></link> and
27214-
<link linkend="view-pg-hba-file-rules"><structname>pg_ident_file_mappings</structname></link> views
27214+
<link linkend="view-pg-ident-file-mappings"><structname>pg_ident_file_mappings</structname></link> views
2721527215
to check the configuration files for possible errors, before reloading.
2721627216
</para></entry>
2721727217
</row>

0 commit comments

Comments
 (0)