Re: Outer Joins - Mailing list pgsql-general

From Tom Lane
Subject Re: Outer Joins
Date
Msg-id 2052.978888559@sss.pgh.pa.us
Whole thread Raw
In response to Re: Outer Joins  ("Robert B. Easter" <reaster@comptechnews.com>)
List pgsql-general
"Robert B. Easter" <reaster@comptechnews.com> writes:
> Just for the heck of it, I tried to execute all this sql on 7.0.3 and got
> this:
> psql:join2.sql:23: pqReadData() -- backend closed the channel unexpectedly.
> I knew it wouldn't run it, but didn't think it would crash.

7.0 had the beginnings of parser support for JOIN syntax, but there
were bugs ... I think the one that you hit had to do with nested JOIN
clauses, ie, a JOIN b JOIN c.

            regards, tom lane

pgsql-general by date:

Previous
From: Hubert Hafner
Date:
Subject: special letter
Next
From: Tom Lane
Date:
Subject: Re: Problems with order by, limit, and indices