]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix link to catalog table
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 25 Oct 2023 09:33:24 +0000 (11:33 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 25 Oct 2023 09:33:24 +0000 (11:33 +0200)
The link to pg_type was accidentally linking to pg_authid instead.
Backpatch to 12 and 11.

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

doc/src/sgml/catalogs.sgml

index 2322076f5afda8781c241f0a429d8e1745e4df5d..494473c177e5c58437d4f1be513930a599eab06a 100644 (file)
@@ -10333,7 +10333,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
      <row>
       <entry><structfield>data_type</structfield></entry>
       <entry><type>regtype</type></entry>
-      <entry><literal><link linkend="catalog-pg-authid"><structname>pg_type</structname></link>.oid</literal></entry>
+      <entry><literal><link linkend="catalog-pg-type"><structname>pg_type</structname></link>.oid</literal></entry>
       <entry>Data type of the sequence</entry>
      </row>
      <row>