Odd termination

From: prlw1(at)cam(dot)ac(dot)uk (Patrick Welche)
To: pgsql-general(at)postgresql(dot)org
Subject: Odd termination
Date: 1998-09-12 17:43:58
Message-ID: E0zHtiJ-0005T1-00@taurus.cus.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-general by date

  From Date Subject
Next Message Lorenzo Huerta 1998-09-13 19:25:54 Re: [GENERAL] Is it possible to drop a column?
Previous Message sim 1998-09-12 01:20:22 Re: Interaction between postSQL and php?