Re: PostgreSQL unexpectedlly closes the connection

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: João Miguel Ferreira <jmf(at)estg(dot)ipvc(dot)pt>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: PostgreSQL unexpectedlly closes the connection
Date: 2006-08-27 20:14:58
Message-ID: 20060827201458.GA38002@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, Aug 27, 2006 at 08:23:37PM +0100, Joo Miguel Ferreira wrote:
> I'm developing a program (daemon) in Perl. This program colects
> system information and stores in Pg via perl-DBI and perl-DBD-Pg.
>
> The performance is totally great... but once in a while I the server
> closes the connection when I try to do an Insert/Update/Delete...
>
> The Perl-DBI error is +/- something like this "... server closed the
> connection unexpectedlly..."...

Have you looked in the PostgreSQL server logs? The cause might
appear there, especially if the server is crashing.

What version of PostgreSQL are you running and on what platform?
Have you added any third-party modules?

--
Michael Fuhr

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jasbinder Bali 2006-08-27 21:13:25 Re: Shared Objects (Dynamic loading)
Previous Message Shoaib Mir 2006-08-27 20:14:26 Re: PostgreSQL unexpectedlly closes the connection