Skip to content

Commit 85b9e88

Browse files
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
1 parent 07ef465 commit 85b9e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10333,7 +10333,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
1033310333
<row>
1033410334
<entry><structfield>data_type</structfield></entry>
1033510335
<entry><type>regtype</type></entry>
10336-
<entry><literal><link linkend="catalog-pg-authid"><structname>pg_type</structname></link>.oid</literal></entry>
10336+
<entry><literal><link linkend="catalog-pg-type"><structname>pg_type</structname></link>.oid</literal></entry>
1033710337
<entry>Data type of the sequence</entry>
1033810338
</row>
1033910339
<row>

0 commit comments

Comments
 (0)