Skip to content

Commit 93e1d5c

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 06e4f9c commit 93e1d5c

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
@@ -10248,7 +10248,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
1024810248
<row>
1024910249
<entry><structfield>data_type</structfield></entry>
1025010250
<entry><type>regtype</type></entry>
10251-
<entry><literal><link linkend="catalog-pg-authid"><structname>pg_type</structname></link>.oid</literal></entry>
10251+
<entry><literal><link linkend="catalog-pg-type"><structname>pg_type</structname></link>.oid</literal></entry>
1025210252
<entry>Data type of the sequence</entry>
1025310253
</row>
1025410254
<row>

0 commit comments

Comments
 (0)