Re: Problems with Transactions - Mailing list pgsql-sql

From Christoph Haller
Subject Re: Problems with Transactions
Date
Msg-id 3E4A57BE.B3A1CC87@rodos.fzk.de
Whole thread Raw
In response to Problems with Transactions  (Héctor Iturre <hhiturre@yahoo.com.ar>)
List pgsql-sql
>
> I'm using Postgres 7.2 and i'm having problems with
> transactions. Is there a function or table that
> informs which user is blocking a row?
>
AFAIK, there is no such information available.
Are your problems with transactions coming from
blocked rows?

Maybe this 7.3 feature can help you

>
> PostgreSQL 7.3 Documentation
> 3.4. Run-time Configuration
> STATEMENT_TIMEOUT (integer)
> Aborts any statement that takes over the specified number of
milliseconds. A value of zero turns off the timer.
> DEADLOCK_TIMEOUT (integer)
> This is the amount of time, in milliseconds, to wait on a lock before
checking to see if there is a deadlock condition
>
Regards, Christoph




pgsql-sql by date:

Previous
From: Christoph Haller
Date:
Subject: Re: PL/Pgsql trigger function problem.
Next
From: Plant Thomas
Date:
Subject: Sum of Intervals