postgres timeout.

Поиск
Список
Период
Сортировка
От Stef
Тема postgres timeout.
Дата
Msg-id 20040128121109.02f554e6.svb@ucs.co.za
обсуждение исходный текст
Ответы Re: [SQL] postgres timeout.  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: postgres timeout.  (Stef <svb@ucs.co.za>)
Список pgsql-performance
Hi all ,

I'm trying to find out if there is a specific setting
to make transactions time out faster in a scenario
where there's an update on a table in a transaction
block, and another update process tries to update
the same column.

It looks like the second process will wait until you
end the transaction block in the first transaction.

I've looked at the deadlock timeout parameter and
other parameters, but I don't think I found  what
I'm looking for.

I basically need to be able to let the second process
exit with an error after waiting 5 - 10 seconds.

Please can someone help?

Kind Regards
Stefan

В списке pgsql-performance по дате отправления:

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: On the performance of views
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] postgres timeout.