From: Daniel Gustafsson Date: Wed, 25 Oct 2023 09:33:24 +0000 (+0200) Subject: doc: Fix link to catalog table X-Git-Tag: REL_11_22~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93e1d5ce161508ad16deac3525b537355373a3e4;p=thirdparty%2Fpostgresql.git 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 Discussion: https://postgr.es/m/3289f0ff-0925-46c9-b126-7e4ab6831dad@postgrespro.ru Backpatch-through: 11, 12 --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index bd622680d23..13fb04ea616 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -10248,7 +10248,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx data_type regtype - pg_type.oid + pg_type.oid Data type of the sequence