Re: Connection lost

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joshua Tolley <eggyknap(at)gmail(dot)com>
Cc: Hernan Danielan <hernandanielan(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Connection lost
Date: 2010-05-20 13:38:34
Message-ID: 3154.1274362714@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joshua Tolley <eggyknap(at)gmail(dot)com> writes:
> On Wed, May 19, 2010 at 1:46 PM, Hernan Danielan
> <hernandanielan(at)gmail(dot)com> wrote:
>> Yes, the most interesting thing is that the log says
>> unexpected EOF on client connection orcould not send data to client:
>> Broken pipe

> That log mostly just says something disconnected uncleanly, but
> doesn't say PostgreSQL closed the connection on purpose.

Yeah, it looks like the client closed the connection, not the server.

> Any JDBC driver people reading this, with ideas?

You'd have better luck getting their attention if you asked on
pgsql-jdbc.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Teddy Limousin 2010-05-20 13:49:53 setting contrib lo visible to all schemas
Previous Message Tom Lane 2010-05-20 13:34:57 Re: How to insert wchar_t type string to PostgreSQL