Re: unexpected EOF on client connection

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: unexpected EOF on client connection
Date: 2010-09-20 12:47:27
Message-ID: AANLkTikDyhT7m1QEww_78fe4vztnA+CnF_+OV6bN+TKQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Sep 20, 2010 at 8:31 AM, Eric Ndengang
<eric(dot)ndengang_foyet(at)affinitas(dot)de> wrote:
> 2010-09-20 14:21:51 CEST [31492]: [1-1] user=edarling,db=edarlingdb LOG:
> unexpected EOF on client connection
>
> What really strange is, is that every  Application get connected through the
> Database using the Users 'edarlingapp' or edarlingadmin. The edarling user
> is only used for administrative purpuses .
>
> Any idea how i could solve this issue?
>

Find the program that is exiting without disconnecting the DB, and fix
it so that it doesn't do that.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Willy-Bas Loos 2010-09-20 13:37:58 Re: where does postgres keep the query result until it is returned?
Previous Message Eric Ndengang 2010-09-20 12:31:22 unexpected EOF on client connection