51.54. pg_statistic_ext
#
The catalogpg_statistic_ext
holds definitions of extended planner statistics. Each row in this catalog corresponds to astatistics object created withCREATE STATISTICS
.
Table 51.54. pg_statistic_ext
Columns
Column Type Description |
---|
Row identifier |
Table containing the columns described by this object |
Name of the statistics object |
The OID of the namespace that contains this statistics object |
Owner of the statistics object |
An array of attribute numbers, indicating which table columns are covered by this statistics object; for example a value of |
|
An array containing codes for the enabled statistics kinds; valid values are: |
Expression trees (in |
Thepg_statistic_ext
entry is filled in completely duringCREATE STATISTICS
, but the actual statistical values are not computed then. SubsequentANALYZE
commands compute the desired values and populate an entry in thepg_statistic_ext_data
catalog.