Re: ERROR: 40P01: - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: ERROR: 40P01:
Date
Msg-id 20050217155138.GA26078@winnie.fuhr.org
Whole thread Raw
In response to ERROR: 40P01:  (Gourish Singbal <gourish@gmail.com>)
Responses Re: ERROR: 40P01:  (Gourish Singbal <gourish@gmail.com>)
List pgsql-admin
On Thu, Feb 17, 2005 at 05:24:10PM +0530, Gourish Singbal wrote:

> I got the below ERROR in my log file. Where can i get more info no
> what exactly caused this ERROR and how to debug it?.
>
> 2005-02-17 02:23:09 ERROR:  40P01: deadlock detected
> 2005-02-17 02:23:09 ERROR:  25P02: current transaction is aborted,
> commands ignored until end of transaction block

Application code must be failing somewhere -- aren't you seeing
those problems?  Or do the applications not perform enough error
checking and reporting?

On the server side, if you're running 7.3 or later then you could
use log_min_error_statement.  See the "Run-time Configuration"
section in the "Server Run-time Environment" chapter of the
documentation, in particular "Error Reporting and Logging" (or
"Logging and Debugging," depending on the version).

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-admin by date:

Previous
From: thomas.revell@powerconv.alstom.com
Date:
Subject: Re: Determining current WAL
Next
From: "Joel Fradkin"
Date:
Subject: Is there a link or recomendation on what tools work best for admin?