>
> ERROR: RestrictionClauseSelectivity: bad value 163645.593750
>
> The query is:
>
> SELECT p.first_name, p.last_name, t.title, t.rundate, t.app_version,
> p.email
> FROM sw_password p, tools t
> WHERE p.userid = t.userid
> AND t.category = 'tools'
> ORDER by t.title;
>
> Something wrong with that taht I'm not seeing? :(
Rerun vacuum analyze. Somehow, bad selectivity/disbursion values are
getting into the system tables.
-- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610)
853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill,
Pennsylvania19026