mirror of https://github.com/postgres/postgres
doc: Fix link to pg_ident_file_mappings view
Commit a2c84990be
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
This commit is contained in:
parent
6d03e81092
commit
6ed995b13e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue