Increase the default value of default_statistics_target from 10 to 100,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 65e3ea76417d1baab158fd8305ebed4f43141c7a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-12-13T19:13:44Z
Releases: 8.4.0
Increase the default value of default_statistics_target from 10 to 100,
and its maximum value from 1000 to 10000.  ALTER TABLE SET STATISTICS
similarly now allows a value up to 10000.  Per discussion.

Files