On Fri, Jul 31, 2009 at 11:09 AM, Dimitri Fontaine<[email protected]> wrote: > I failed to have 0 to allow for analyze to compute a value again, as shown > in the raw notes in attachement:
I'm lost. I think you're getting the new column attdistinct mixed up with the existing column stadistinct. attdistinct is always going to have whatever value you assign it. stadistinct will get attdistinct != 0 ? attdistinct : <result of analyze calculation>. ...Robert -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
