Re: back-end dies on select

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: back-end dies on select
Дата
Msg-id 1755.968305530@sss.pgh.pa.us
обсуждение исходный текст
Ответ на back-end dies on select  (Matt Beauregard <matt@designscape.com.au>)
Список pgsql-general
Matt Beauregard <matt@designscape.com.au> writes:
> prodex=# select category_id, category_name from category natural join category_product natural join product;
> pqReadData() -- backend closed the channel unexpectedly.

> That's the first time anything like this has happened... no doubt I
> have the join syntax wrong (I don't normally use natural joins) but it
> shouldn't bring down my connection, should it?

Nope, it shouldn't :-(.  This is a known bug in 7.0.* --- "JOIN" syntax
doesn't work for more than two tables joined together.  It'll be fixed
for 7.1.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Matt Beauregard
Дата:
Сообщение: back-end dies on select
Следующее
От: Mark Kirkwood
Дата:
Сообщение: RE:Error building JDBC Driver