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:55
Message-ID: E1qvaIt-002F9o-8P@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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/93e1d5ce161508ad16deac3525b537355373a3e4

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 Alexander Korotkov 2023-10-25 09:59:33 pgsql: Remove useless self-joins
Previous Message Daniel Gustafsson 2023-10-25 09:35:17 pgsql: doc: Fix link to catalog table