Re: A fine point about OUTER JOIN semantics - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: A fine point about OUTER JOIN semantics
Date
Msg-id 39B50342.69108852@alumni.caltech.edu
Whole thread Raw
In response to A fine point about OUTER JOIN semantics  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Well, I guess so, but I can't get excited about adding machinery to
> detect cases like this ... are there any less-silly examples that make
> a more compelling case for expending planner cycles to see if an outer
> join can be reduced to an inner join?

Well, in all cases the outer join reduces to an inner join if there is a
qualification which would eliminate nulls from any intermediate result.
It would be neat to see this happen automagically, but perhaps that
would be a gratuitously studly feature ;)
                 - Thomas


pgsql-hackers by date:

Previous
From: "Finn Kettner"
Date:
Subject: Visual Studio 6 project/workspace files
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: A fine point about OUTER JOIN semantics