Re: Tracking the # of deadlocks

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Bill Moran <wmoran(at)potentialtech(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Tracking the # of deadlocks
Date: 2010-10-27 16:25:02
Message-ID: AANLkTi=2aybA_MS54FOxGtnjOS+38ADst3h3fN9276Wp@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Oct 27, 2010 at 10:00 AM, Bill Moran <wmoran(at)potentialtech(dot)com> wrote:
>
> Does PG store the # of deadlocks internally anywhere?  (like it does
> with statistics on how many UPDATE/SELECT/DELETE ops occur on each
> table, for example)

As far as I know they're only logged.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2010-10-27 20:12:15 Re: DB become enormous with continuos insert and update
Previous Message Bill Moran 2010-10-27 16:00:35 Tracking the # of deadlocks