One I've never seen before:

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: One I've never seen before:
Date: 1999-02-07 06:24:34
Message-ID: Pine.BSF.4.05.9902070223380.368-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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? :(

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-02-07 06:39:18 Re: [HACKERS] One I've never seen before:
Previous Message Tom Lane 1999-02-07 01:13:40 Re: [HACKERS] equal: don't know whether nodes of type 600 are equal