From 85b9e8853fb5bd9c99fb71a1f1852cbbbfedbe3f Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 25 Oct 2023 11:33:24 +0200 Subject: [PATCH] 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 --- doc/src/sgml/catalogs.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 2322076f5af..494473c177e 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -10333,7 +10333,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 -- 2.39.5