Skip to content

Commit 401f623

Browse files
committed
doc: Mention attribute "inherited" in pg_stats_ext[_exprs]
These have been added in 269b532, but the documentation did not reflect that. Author: Noriyoshi Shinoda Reviewed-by: Justin Pryzby Discussion: https://postgr.es/m/DM4PR84MB17349C4E7D88A68264C18AF3EED69@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
1 parent 3c0bcdb commit 401f623

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/src/sgml/catalogs.sgml

+22
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)