pgsql: doc: Fix link to catalog table

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix link to catalog table
Date: 2023-10-25 09:35:17
Message-ID: E1qvaIH-002F8g-Fg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix link to catalog table

The link to pg_type was accidentally linking to pg_authid instead.
Backpatch to 12 and 11.

Author: Maxim Yablokov <m(dot)yablokov(at)postgrespro(dot)ru>
Discussion: https://postgr.es/m/3289f0ff-0925-46c9-b126-7e4ab6831dad@postgrespro.ru
Backpatch-through: 11, 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/85b9e8853fb5bd9c99fb71a1f1852cbbbfedbe3f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-10-25 09:35:55 pgsql: doc: Fix link to catalog table
Previous Message Daniel Gustafsson 2023-10-25 09:02:15 pgsql: Use snprintf instead of sprintf in pg_regress.