pgsql: doc: Fix link to pg_ident_file_mappings view

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix link to pg_ident_file_mappings view
Date: 2024-02-21 08:22:48
Message-ID: E1rchsM-0007qF-RM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)ewie(dot)name>
Discussion: https://postgr.es/m/qt5hvgvfi4qzlgml2dfssaut2t2x5nwf7b5l63fklr7fpxwm6g@hle3mtglpm4y
Backpatch-through: v16

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6ed995b13e1e0232a0e8b2f076831b7f76764ecd

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-02-21 16:21:25 pgsql: MERGE ... DO NOTHING: require SELECT privileges
Previous Message Daniel Gustafsson 2024-02-21 08:22:39 pgsql: doc: Fix link to pg_ident_file_mappings view