summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2024-02-21 09:22:18 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2024-02-21 09:22:18 +0100
commit21d521ded33fdc9901cba7e8ecb3e03003007845 (patch)
tree6730ce2afdb43263072de2adefb7f867ac25f3df
parent3ad319b8cad497d0a130fe92a372e9177f9f7ee8 (diff)
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 <ewie@ewie.name> Discussion: https://postgr.es/m/qt5hvgvfi4qzlgml2dfssaut2t2x5nwf7b5l63fklr7fpxwm6g@hle3mtglpm4y Backpatch-through: v16
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 1c842a7626b..758b40abf08 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -26340,7 +26340,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>