Re: Meaning of logs of postgresql - Mailing list pgsql-admin

From Andrew Sullivan
Subject Re: Meaning of logs of postgresql
Date
Msg-id 20080228154051.GA15157@crankycanuck.ca
Whole thread Raw
In response to Meaning of logs of postgresql  ("Suresh Gupta VG" <suresh.g@zensar.com>)
List pgsql-admin
On Thu, Feb 28, 2008 at 06:15:29PM +0530, Suresh Gupta VG wrote:
> WARNING:  there is no transaction in progress

This means you issued COMMIT when there was no BEGIN that started the
transaction.  I bet you're in autocommit mode and don't know it.

> LOG:  unexpected EOF on client connection

This means the client disappeared.  Are you disconnecting without closing
your connections?

A


pgsql-admin by date:

Previous
From: "Babu, Gabriel Suresh"
Date:
Subject: ES7000 Windows 2003 server 64bit processor
Next
From: "libra dba"
Date:
Subject: Re: Failover of the Primary database and starting the standby database in Postgresql in PITR configuraiton?