Re: Problems with adding a is not null to a query. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Problems with adding a is not null to a query.
Date
Msg-id 26947.1295319170@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problems with adding a is not null to a query.  (Tim Uckun <timuckun@gmail.com>)
List pgsql-bugs
Tim Uckun <timuckun@gmail.com> writes:
>> As I've stated repeatedly, your next move needs to be to increase the
>> stats target, at least for that column if not globally.

> Ok How do I go about doing this.

If you want to do it globally for the whole database: change
default_statistics_target in postgresql.conf.  If you just want to
affect the one column, use "ALTER TABLE tab ALTER COLUMN col SET
STATISTICS n".

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tim Uckun
Date:
Subject: Re: Problems with adding a is not null to a query.
Next
From: jeff@biccard.com
Date:
Subject: Re: BUG #5841: rank()+1 fails, 1+rank() succeeds