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 | 690805ca75463a5511ddd5fa02d73928393e6c96 (patch) | |
tree | 1c1799c357900f683a907092f325f64effffb0c0 /doc/src | |
parent | ff9e1e764fcce9a34467d614611a34d4d2a91b50 (diff) | |
download | postgresql-690805ca75463a5511ddd5fa02d73928393e6c96.tar.gz postgresql-690805ca75463a5511ddd5fa02d73928393e6c96.zip |
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
Diffstat (limited to 'doc/src')
-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 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 <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> |