Re: Finding deadlocks on postgresql ? - Mailing list pgsql-novice

From Tom Lane
Subject Re: Finding deadlocks on postgresql ?
Date
Msg-id 22249.1281706717@sss.pgh.pa.us
Whole thread Raw
In response to Finding deadlocks on postgresql ?  (Machiel Richards <machielr@rdc.co.za>)
List pgsql-novice
Machiel Richards <machielr@rdc.co.za> writes:
>          As part of creating a Daily health check for  some postgresql
> databases, I am trying to determine whether the database have any
> deadlocks.

I'm not sure what you're imagining you need to do here.  Deadlocks are
not persistent conditions in Postgres --- they're detected and one of
the competing transactions is rolled back to remove the deadlock.

            regards, tom lane

pgsql-novice by date:

Previous
From: Edi Stojicevic
Date:
Subject: Re: Finding deadlocks on postgresql ?
Next
From: Rikard Bosnjakovic
Date:
Subject: Help with trigger