View Single Post

   
  #2 (permalink)  
Old 04-09-2008, 03:09 PM
Tom Lane
 
Posts: n/a
Default Re: Recursive Left Joins Causing Trouble in 8.2.3 RESOLVED (kind of)

"Ian Harding" <harding.ian@gmail.com> writes:
> I had views that used syntax like
> WHERE datecol < current_date and (otherdatecol is null or otherdatecol
> > current_date)

> Suddenly, this is ungodly inefficient in 8.2.3. It worked just fine in 8.1.3.


This complaint is pretty much content-free (especially with the oblique
implication that it's got something to do with left joins). Please
provide a self-contained test case.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org/

Reply With Quote