@@ -4417,9 +4417,9 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
4417
4417
4418
4418
<para>
4419
4419
The catalog <structname>pg_inherits</structname> records information about
4420
- table inheritance hierarchies. There is one entry for each direct
4421
- parent-child table relationship in the database. (Indirect inheritance can be determined
4422
- by following chains of entries.)
4420
+ table and index inheritance hierarchies. There is one entry for each direct
4421
+ parent-child table or index relationship in the database. (Indirect
4422
+ inheritance can be determined by following chains of entries.)
4423
4423
</para>
4424
4424
4425
4425
<table>
@@ -4443,7 +4443,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
4443
4443
(references <link linkend="catalog-pg-class"><structname>pg_class</structname></link>.<structfield>oid</structfield>)
4444
4444
</para>
4445
4445
<para>
4446
- The OID of the child table
4446
+ The OID of the child table or index
4447
4447
</para></entry>
4448
4448
</row>
4449
4449
@@ -4453,7 +4453,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
4453
4453
(references <link linkend="catalog-pg-class"><structname>pg_class</structname></link>.<structfield>oid</structfield>)
4454
4454
</para>
4455
4455
<para>
4456
- The OID of the parent table
4456
+ The OID of the parent table or index
4457
4457
</para></entry>
4458
4458
</row>
4459
4459
@@ -4465,6 +4465,10 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
4465
4465
If there is more than one direct parent for a child table (multiple
4466
4466
inheritance), this number tells the order in which the
4467
4467
inherited columns are to be arranged. The count starts at 1.
4468
+ </para>
4469
+ <para>
4470
+ Indexes can not have multiple inheritance, since they can only inherit
4471
+ when using declarative partitioning.
4468
4472
</para></entry>
4469
4473
</row>
4470
4474
</tbody>
0 commit comments