@@ -2135,7 +2135,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
21352135 <structfield>relhassubclass</structfield> <type>bool</type>
21362136 </para>
21372137 <para>
2138- True if table or index has (or once had) any inheritance children
2138+ True if table or index has (or once had) any inheritance children or partitions
21392139 </para></entry>
21402140 </row>
21412141
@@ -7306,7 +7306,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
73067306 <para>
73077307 Normally there is one entry, with <structfield>stainherit</structfield> =
73087308 <literal>false</literal>, for each table column that has been analyzed.
7309- If the table has inheritance children, a second entry with
7309+ If the table has inheritance children or partitions , a second entry with
73107310 <structfield>stainherit</structfield> = <literal>true</literal> is also created. This row
73117311 represents the column's statistics over the inheritance tree, i.e.,
73127312 statistics for the data you'd see with
@@ -7389,7 +7389,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
73897389 <structfield>stainherit</structfield> <type>bool</type>
73907390 </para>
73917391 <para>
7392- If true, the stats include inheritance child columns , not just the
7392+ If true, the stats include values from child tables , not just the
73937393 values in the specified relation
73947394 </para></entry>
73957395 </row>
@@ -7661,7 +7661,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
76617661 <para>
76627662 Normally there is one entry, with <structfield>stxdinherit</structfield> =
76637663 <literal>false</literal>, for each statistics object that has been analyzed.
7664- If the table has inheritance children, a second entry with
7664+ If the table has inheritance children or partitions , a second entry with
76657665 <structfield>stxdinherit</structfield> = <literal>true</literal> is also created.
76667666 This row represents the statistics object over the inheritance tree, i.e.,
76677667 statistics for the data you'd see with
@@ -7715,7 +7715,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
77157715 <structfield>stxdinherit</structfield> <type>bool</type>
77167716 </para>
77177717 <para>
7718- If true, the stats include inheritance child columns , not just the
7718+ If true, the stats include values from child tables , not just the
77197719 values in the specified relation
77207720 </para></entry>
77217721 </row>
0 commit comments