Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit85b9e88

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.ruBackpatch-through: 11, 12
1 parent07ef465 commit85b9e88

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)

[8]ページ先頭

©2009-2025 Movatter.jp