The docs on pg_reload_conf() in v15, v16, and devel have an incorrect link to pg_ident_file_mappings. The attached patch fixes that.
-- Erik
>From 70ec25bf5e24c1b59c8a0b51afc04d87d9c26a0e Mon Sep 17 00:00:00 2001 From: Erik Wienhold <e...@ewie.name> Date: Wed, 21 Feb 2024 03:13:10 +0100 Subject: [PATCH] Doc: fix link to pg_ident_file_mappings --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 830566028c..e5fa82c161 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 <link linkend="view-pg-file-settings"><structname>pg_file_settings</structname></link>, <link linkend="view-pg-hba-file-rules"><structname>pg_hba_file_rules</structname></link> and - <link linkend="view-pg-hba-file-rules"><structname>pg_ident_file_mappings</structname></link> views + <link linkend="view-pg-ident-file-mappings"><structname>pg_ident_file_mappings</structname></link> views to check the configuration files for possible errors, before reloading. </para></entry> </row> -- 2.43.2