File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -13408,6 +13408,17 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
13408
13408
</para></entry>
13409
13409
</row>
13410
13410
13411
+ <row>
13412
+ <entry role="catalog_table_entry"><para role="column_definition">
13413
+ <structfield>inherited</structfield> <type>bool</type>
13414
+ (references <link linkend="catalog-pg-statistic-ext-data"><structname>pg_statistic_ext_data</structname></link>.<structfield>stxdinherit</structfield>)
13415
+ </para>
13416
+ <para>
13417
+ If true, the stats include inheritance child columns, not just the
13418
+ values in the specified relation
13419
+ </para></entry>
13420
+ </row>
13421
+
13411
13422
<row>
13412
13423
<entry role="catalog_table_entry"><para role="column_definition">
13413
13424
<structfield>n_distinct</structfield> <type>pg_ndistinct</type>
@@ -13589,6 +13600,17 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
13589
13600
</para></entry>
13590
13601
</row>
13591
13602
13603
+ <row>
13604
+ <entry role="catalog_table_entry"><para role="column_definition">
13605
+ <structfield>inherited</structfield> <type>bool</type>
13606
+ (references <link linkend="catalog-pg-statistic-ext-data"><structname>pg_statistic_ext_data</structname></link>.<structfield>stxdinherit</structfield>)
13607
+ </para>
13608
+ <para>
13609
+ If true, the stats include inheritance child columns, not just the
13610
+ values in the specified relation
13611
+ </para></entry>
13612
+ </row>
13613
+
13592
13614
<row>
13593
13615
<entry role="catalog_table_entry"><para role="column_definition">
13594
13616
<structfield>null_frac</structfield> <type>float4</type>
You can’t perform that action at this time.
0 commit comments