diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-02-21 09:08:28 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-02-21 09:08:28 +0100 |
commit | 6ed995b13e1e0232a0e8b2f076831b7f76764ecd (patch) | |
tree | f4959ddf93537af3cde0cd69d11fc6a64be47fd4 | |
parent | 6d03e8109250c1d23aa10f8ae01b21469b0f8be2 (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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index ceaa38e68c3..9603e81169f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -25552,7 +25552,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> |