Re: connection failure

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: connection failure
Date: 2009-10-05 13:22:31
Message-ID: 20091005132231.GU5407@samason.me.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Oct 05, 2009 at 03:06:41PM +0200, Miklosi Attila wrote:
> What does the message below mean?
>
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.

It means the server disconnected from the client; as it says this can
happen because the server has crashed. To figure out what really
happened, you want to look at postgres' logs on the server.

--
Sam http://samason.me.uk/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Allan Kamau 2009-10-05 13:23:59 Re: connection failure
Previous Message Miklosi Attila 2009-10-05 13:06:41 connection failure