Hi Lampa,
On Thu, Sep 1, 2011 at 6:26 AM, Lampa <lampacz(at)gmail(dot)com> wrote:
> With default value 100 have bad perfomance :-(
Don't set the default value higher: specify a higher value only where needed.
See ALTER TABLE ALTER [ COLUMN ] column SET STATISTICS integer (
http://www.postgresql.org/docs/9.0/interactive/sql-altertable.html ).
--
Guillaume