Re: Problems with Transactions

Поиск
Список
Период
Сортировка
От Christoph Haller
Тема Re: Problems with Transactions
Дата
Msg-id 3E4A57BE.B3A1CC87@rodos.fzk.de
обсуждение исходный текст
Ответ на Problems with Transactions  (Héctor Iturre <hhiturre@yahoo.com.ar>)
Список 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 по дате отправления:

Предыдущее
От: Christoph Haller
Дата:
Сообщение: Re: PL/Pgsql trigger function problem.
Следующее
От: Plant Thomas
Дата:
Сообщение: Sum of Intervals