Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit401f623

Browse files
committed
doc: Mention attribute "inherited" in pg_stats_ext[_exprs]
These have been added in269b532, but the documentation did not reflectthat.Author: Noriyoshi ShinodaReviewed-by: Justin PryzbyDiscussion:https://postgr.es/m/DM4PR84MB17349C4E7D88A68264C18AF3EED69@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
1 parent3c0bcdb commit401f623

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 22 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp