From: Daniel Gustafsson Date: Wed, 21 Feb 2024 08:08:28 +0000 (+0100) Subject: doc: Fix link to pg_ident_file_mappings view X-Git-Tag: REL_17_BETA1~841 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=690805ca75463a5511ddd5fa02d73928393e6c96;p=thirdparty%2Fpostgresql.git doc: Fix link to pg_ident_file_mappings view 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 --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 830566028c5..e5fa82c1619 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -27211,7 +27211,7 @@ SELECT collation for ('foo' COLLATE "de_DE"); of its children.) You can use the pg_file_settings, pg_hba_file_rules and - pg_ident_file_mappings views + pg_ident_file_mappings views to check the configuration files for possible errors, before reloading.