diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-10-25 11:33:24 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-10-25 11:33:24 +0200 |
commit | 85b9e8853fb5bd9c99fb71a1f1852cbbbfedbe3f (patch) | |
tree | e7cd13b690b96eed5dc045b5fe48d4460dba3be8 | |
parent | 07ef465e23a954c1a8f0ae439afbb30521bddba3 (diff) | |
download | postgresql-85b9e8853fb5bd9c99fb71a1f1852cbbbfedbe3f.tar.gz postgresql-85b9e8853fb5bd9c99fb71a1f1852cbbbfedbe3f.zip |
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.yablokov@postgrespro.ru>
Discussion: https://postgr.es/m/3289f0ff-0925-46c9-b126-7e4ab6831dad@postgrespro.ru
Backpatch-through: 11, 12
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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> |