Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Meaning of logs of postgresql



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




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group