Commit
d06215d03b added a new attribute to pg_statistic_ext catalog, but
failed to add it to document it properly.
Reported-by: Noriyoshi Shinoda
Owner of the statistics object
+ |
+ stxstattarget
+ int4
+
+
+ stxstattarget controls the level of detail
+ of statistics accumulated for this statistics object by
+ .
+ A zero value indicates that no statistics should be collected.
+ A negative value says to use the system default statistics target.
+ Positive values stxstattarget
+ determine the target number of most common values
+ to collect.
+
+
+
|
stxkeys
int2vector