- The data type of the column. This may include array specifiers.
default_statistics_target (integer)
- Sets the default statistics target for table columns that have not
- had a column-specific target set via ALTER TABLE SET
- STATISTICS>. Larger values increase the time needed to do
- ANALYZE>, but may improve the quality of the planner's
- estimates. The default is 10.
+ Sets the default statistics target for table columns that have
+ not had a column-specific target set via ALTER TABLE
+ SET STATISTICS>. Larger values increase the time needed to
+ do ANALYZE>, but may improve the quality of the
+ planner's estimates. The default is 10. For more information
+ on the use of statistics by the
PostgreSQL>
+ query planner, refer to .