Odd termination - Mailing list pgsql-general

From prlw1@cam.ac.uk (Patrick Welche)
Subject Odd termination
Date
Msg-id E0zHtiJ-0005T1-00@taurus.cus.cam.ac.uk
Whole thread Raw
List 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 by date:

Previous
From: "sim"
Date:
Subject: Is there document detailing the supported SQL?
Next
From: Lorenzo Huerta
Date:
Subject: Re: [GENERAL] Is it possible to drop a column?