@@ -3967,9 +3967,9 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
3967
3967
3968
3968
<para>
3969
3969
The catalog <structname>pg_inherits</structname> records information about
3970
- table inheritance hierarchies. There is one entry for each direct
3971
- parent-child table relationship in the database. (Indirect inheritance can be determined
3972
- by following chains of entries.)
3970
+ table and index inheritance hierarchies. There is one entry for each direct
3971
+ parent-child table or index relationship in the database. (Indirect
3972
+ inheritance can be determined by following chains of entries.)
3973
3973
</para>
3974
3974
3975
3975
<table>
@@ -3991,7 +3991,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
3991
3991
<entry><type>oid</type></entry>
3992
3992
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
3993
3993
<entry>
3994
- The OID of the child table
3994
+ The OID of the child table or index
3995
3995
</entry>
3996
3996
</row>
3997
3997
@@ -4000,7 +4000,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
4000
4000
<entry><type>oid</type></entry>
4001
4001
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
4002
4002
<entry>
4003
- The OID of the parent table
4003
+ The OID of the parent table or index
4004
4004
</entry>
4005
4005
</row>
4006
4006
@@ -4012,6 +4012,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
4012
4012
If there is more than one direct parent for a child table (multiple
4013
4013
inheritance), this number tells the order in which the
4014
4014
inherited columns are to be arranged. The count starts at 1.
4015
+ Indexes can not have multiple inheritance, since they can only inherit
4016
+ when using declarative partitioning.
4015
4017
</entry>
4016
4018
</row>
4017
4019
</tbody>
0 commit comments