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

Commit255c707

Browse files
committed
doc: Mention index references in pg_inherits
Partitioned indexes are also registered in pg_inherits, but thedescription of this catalog did not reflect that.Author: Dagfinn Ilmari MannsåkerDiscussion:https://postgr.es/m/87k0ynj35y.fsf@wibble.ilmari.orgBackpatch-through: 11
1 parent87eb255 commit255c707

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3944,9 +3944,9 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
39443944

39453945
<para>
39463946
The catalog <structname>pg_inherits</structname> records information about
3947-
table inheritance hierarchies. There is one entry for each direct
3948-
parent-child table relationship in the database. (Indirect inheritance can be determined
3949-
by following chains of entries.)
3947+
tableand indexinheritance hierarchies. There is one entry for each direct
3948+
parent-child tableor indexrelationship in the database. (Indirect
3949+
inheritance can be determinedby following chains of entries.)
39503950
</para>
39513951

39523952
<table>
@@ -3968,7 +3968,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
39683968
<entry><type>oid</type></entry>
39693969
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
39703970
<entry>
3971-
The OID of the child table
3971+
The OID of the child table or index
39723972
</entry>
39733973
</row>
39743974

@@ -3977,7 +3977,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
39773977
<entry><type>oid</type></entry>
39783978
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
39793979
<entry>
3980-
The OID of the parent table
3980+
The OID of the parent table or index
39813981
</entry>
39823982
</row>
39833983

@@ -3989,6 +3989,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
39893989
If there is more than one direct parent for a child table (multiple
39903990
inheritance), this number tells the order in which the
39913991
inherited columns are to be arranged. The count starts at 1.
3992+
Indexes can not have multiple inheritance, since they can only inherit
3993+
when using declarative partitioning.
39923994
</entry>
39933995
</row>
39943996
</tbody>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp