File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 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
1340813408 </para></entry>
1340913409 </row>
1341013410
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+
1341113422 <row>
1341213423 <entry role="catalog_table_entry"><para role="column_definition">
1341313424 <structfield>n_distinct</structfield> <type>pg_ndistinct</type>
@@ -13589,6 +13600,17 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
1358913600 </para></entry>
1359013601 </row>
1359113602
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+
1359213614 <row>
1359313615 <entry role="catalog_table_entry"><para role="column_definition">
1359413616 <structfield>null_frac</structfield> <type>float4</type>
You can’t perform that action at this time.
0 commit comments