Re: Improving planning of outer joins - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Improving planning of outer joins
Date
Msg-id 87ek4ee9uc.fsf@stark.xeocode.com
Whole thread Raw
In response to Improving planning of outer joins  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Improving planning of outer joins  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

> There is some stuff in the literature about how to make transformations
> of the last kind, but it requires additional executor smarts to do strange
> sorts of "generalized outer join" operations.  

Would these "generalized outer join" operations be general enough to handle IN
semantics? Or other subqueries?


-- 
greg



pgsql-hackers by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: 7.3 failure on platypus
Next
From: Tom Lane
Date:
Subject: Re: Improving planning of outer joins