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

Commit93e1d5c

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 parent06e4f9c commit93e1d5c

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)

[8]ページ先頭

©2009-2025 Movatter.jp