Re: Meaning of logs of postgresql

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Meaning of logs of postgresql
Date: 2008-02-28 15:40:51
Message-ID: 20080228154051.GA15157@crankycanuck.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message salman 2008-02-28 16:06:59 Re: Failover of the Primary database and starting the standby database in Postgresql in PITR configuraiton?
Previous Message libra dba 2008-02-28 14:36:16 Re: Failover of the Primary database and starting the standby database in Postgresql in PITR configuraiton?