@@ -2135,7 +2135,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
2135
2135
<structfield>relhassubclass</structfield> <type>bool</type>
2136
2136
</para>
2137
2137
<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
2139
2139
</para></entry>
2140
2140
</row>
2141
2141
@@ -7306,7 +7306,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
7306
7306
<para>
7307
7307
Normally there is one entry, with <structfield>stainherit</structfield> =
7308
7308
<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
7310
7310
<structfield>stainherit</structfield> = <literal>true</literal> is also created. This row
7311
7311
represents the column's statistics over the inheritance tree, i.e.,
7312
7312
statistics for the data you'd see with
@@ -7389,7 +7389,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
7389
7389
<structfield>stainherit</structfield> <type>bool</type>
7390
7390
</para>
7391
7391
<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
7393
7393
values in the specified relation
7394
7394
</para></entry>
7395
7395
</row>
@@ -7661,7 +7661,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
7661
7661
<para>
7662
7662
Normally there is one entry, with <structfield>stxdinherit</structfield> =
7663
7663
<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
7665
7665
<structfield>stxdinherit</structfield> = <literal>true</literal> is also created.
7666
7666
This row represents the statistics object over the inheritance tree, i.e.,
7667
7667
statistics for the data you'd see with
@@ -7715,7 +7715,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
7715
7715
<structfield>stxdinherit</structfield> <type>bool</type>
7716
7716
</para>
7717
7717
<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
7719
7719
values in the specified relation
7720
7720
</para></entry>
7721
7721
</row>
0 commit comments