@@ -3944,9 +3944,9 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
3944
3944
3945
3945
<para>
3946
3946
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 index inheritance hierarchies. There is one entry for each direct
3948
+ parent-child tableor index relationship in the database. (Indirect
3949
+ inheritance can be determined by following chains of entries.)
3950
3950
</para>
3951
3951
3952
3952
<table>
@@ -3968,7 +3968,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
3968
3968
<entry><type>oid</type></entry>
3969
3969
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
3970
3970
<entry>
3971
- The OID of the child table
3971
+ The OID of the child table or index
3972
3972
</entry>
3973
3973
</row>
3974
3974
@@ -3977,7 +3977,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
3977
3977
<entry><type>oid</type></entry>
3978
3978
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
3979
3979
<entry>
3980
- The OID of the parent table
3980
+ The OID of the parent table or index
3981
3981
</entry>
3982
3982
</row>
3983
3983
@@ -3989,6 +3989,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
3989
3989
If there is more than one direct parent for a child table (multiple
3990
3990
inheritance), this number tells the order in which the
3991
3991
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.
3992
3994
</entry>
3993
3995
</row>
3994
3996
</tbody>