Re: Outer joins and equivalence - Mailing list pgsql-performance

From Simon Riggs
Subject Re: Outer joins and equivalence
Date
Msg-id 1211981950.4489.473.camel@ebony.site
Whole thread Raw
In response to Re: Outer joins and equivalence  (Matthew Wakeling <matthew@flymine.org>)
List pgsql-performance
On Wed, 2008-05-28 at 11:45 +0100, Matthew Wakeling wrote:
> On Tue, 27 May 2008, Simon Riggs wrote:
> > I do recognise that we would *not* be able to deduce this form of SQL
> >
> > A JOIN B ON (a.id = c.id) LEFT JOIN C ON (b.id = c.id)
>
> Surely that would not be valid SQL?

You are right, but my point was about inferences during SQL planning,
not about initial analysis of the statement.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


pgsql-performance by date:

Previous
From: Matthew Wakeling
Date:
Subject: Re: Outer joins and equivalence
Next
From: tarcizioab@c3sl.ufpr.br
Date:
Subject: GEQO Benchmark