doc: Fix link to pg_ident_file_mappings view
authorDaniel Gustafsson
Wed, 21 Feb 2024 08:08:28 +0000 (09:08 +0100)
committerDaniel Gustafsson
Wed, 21 Feb 2024 08:08:28 +0000 (09:08 +0100)
Commit a2c84990bea7 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 
Discussion: https://postgr.es/m/qt5hvgvfi4qzlgml2dfssaut2t2x5nwf7b5l63fklr7fpxwm6g@hle3mtglpm4y
Backpatch-through: v16

doc/src/sgml/func.sgml

index ceaa38e68c32d0106c56709148d5503c4c78f682..9603e81169ffe619c8c0eb4ead5ce64271a62e4f 100644 (file)
@@ -25552,7 +25552,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
         of its children.) You can use the
         pg_file_settings,
         pg_hba_file_rules and
-        hba-file-rules">pg_ident_file_mappings views
+        ident-file-mappings">pg_ident_file_mappings views
         to check the configuration files for possible errors, before reloading.