@@ -3967,9 +3967,9 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
39673967
39683968 <para>
39693969 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+ tableand index inheritance hierarchies. There is one entry for each direct
3971+ parent-child tableor index relationship in the database. (Indirect
3972+ inheritance can be determined by following chains of entries.)
39733973 </para>
39743974
39753975 <table>
@@ -3991,7 +3991,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
39913991 <entry><type>oid</type></entry>
39923992 <entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
39933993 <entry>
3994- The OID of the child table
3994+ The OID of the child table or index
39953995 </entry>
39963996 </row>
39973997
@@ -4000,7 +4000,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
40004000 <entry><type>oid</type></entry>
40014001 <entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
40024002 <entry>
4003- The OID of the parent table
4003+ The OID of the parent table or index
40044004 </entry>
40054005 </row>
40064006
@@ -4012,6 +4012,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
40124012 If there is more than one direct parent for a child table (multiple
40134013 inheritance), this number tells the order in which the
40144014 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.
40154017 </entry>
40164018 </row>
40174019 </tbody>