Re: Outer Joins

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Outer Joins
Дата
Msg-id 2052.978888559@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Outer Joins  ("Robert B. Easter" <reaster@comptechnews.com>)
Список 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 по дате отправления:

Предыдущее
От: Hubert Hafner
Дата:
Сообщение: special letter
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problems with order by, limit, and indices