pgsql: doc: Fix link to pg_ident_file_mappings view - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Fix link to pg_ident_file_mappings view
Date
Msg-id E1rchqj-0007ob-Nr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/690805ca75463a5511ddd5fa02d73928393e6c96

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add option force_initdb to PostgreSQL::Test::Cluster:init()
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix link to pg_ident_file_mappings view