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

Commit550091f

Browse files
committed
Add relkind 'I' to catalog.sgml's list relkinds
Commit8b08f7d added a relkind for local partitioned indexes, butfailed to add it to pg_class's list of possible relkinds. Repair.Author: Peter Geoghegan, Michaël PaquierDiscussion:https://postgr.es/m/CAH2-WzkOKptQiE51Bh4_xeEHhaBwHkZkGtKizrFMgEkfUuRRQg@mail.gmail.com
1 parentd758d97 commit550091f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
18401840
<literal>m</literal> = materialized view,
18411841
<literal>c</literal> = composite type,
18421842
<literal>f</literal> = foreign table,
1843-
<literal>p</literal> = partitioned table
1843+
<literal>p</literal> = partitioned table,
1844+
<literal>I</literal> = partitioned index
18441845
</entry>
18451846
</row>
18461847

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp