Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.52. pg_statistic_ext_data
Prev UpChapter 51. System CatalogsHome Next

51.52. pg_statistic_ext_data

The catalogpg_statistic_ext_data holds data for extended planner statistics defined inpg_statistic_ext. Each row in this catalog corresponds to astatistics object created withCREATE STATISTICS.

Likepg_statistic,pg_statistic_ext_data should not be readable by the public, since the contents might be considered sensitive. (Example: most common combinations of values in columns might be quite interesting.)pg_stats_ext is a publicly readable view onpg_statistic_ext_data (after joining withpg_statistic_ext) that only exposes information about those tables and columns that are readable by the current user.

Table 51.52. pg_statistic_ext_data Columns

NameTypeReferencesDescription
stxoidoidpg_statistic_ext.oidExtended statistic object containing the definition for this data
stxdndistinctpg_ndistinct  N-distinct counts, serialized aspg_ndistinct type
stxddependenciespg_dependencies  Functional dependency statistics, serialized aspg_dependencies type
stxdmcvpg_mcv_list  MCV (most-common values) list statistics, serialized aspg_mcv_list type


Prev Up Next
51.51. pg_statistic_ext Home 51.53. pg_subscription
epubpdf
Go to PostgreSQL 12
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp