Odd termination

Поиск
Список
Период
Сортировка
От prlw1@cam.ac.uk (Patrick Welche)
Тема Odd termination
Дата
Msg-id E0zHtiJ-0005T1-00@taurus.cus.cam.ac.uk
обсуждение исходный текст
Список pgsql-general
In the following join:
select * from computer,ethernet where computer.ethernet=ethernet.id;
One of the instances of computer has no ethernet value. I thought
computer.ethernet=ethernet.id would just evaluate to false for this
instance, yet

pqReadData() -- backend closed the channel unexpectedly.
        This probably means the backend terminated abnormally before
or while processing the request.
We have lost the connection to the backend, so further processing is
impossible.  Terminating.

happened instead. Is this right?

Cheers,

Patrick

(source supped Sep 9)

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

Предыдущее
От: "sim"
Дата:
Сообщение: Is there document detailing the supported SQL?
Следующее
От: Lorenzo Huerta
Дата:
Сообщение: Re: [GENERAL] Is it possible to drop a column?