Re: OT: Question about transactions

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: OT: Question about transactions
Дата
Msg-id 20080812205410.GE27744@commandprompt.com
обсуждение исходный текст
Ответ на OT: Question about transactions  ("Paul Tomblin" <ptomblin@gmail.com>)
Ответы Re: OT: Question about transactions
Список pgsql-jdbc
On Tue, Aug 12, 2008 at 04:09:48PM -0400, Paul Tomblin wrote:
> they go to process the second message?  Could they do a "BEGIN
> TRANSACTION" at the start and "END TRANSACTION" when they're done
> processing, even though the processing only does queries and not
> updates?

Try SERIALIZABLE mode.  If I understand you correctly, it will do what
you need.

A

--
Andrew Sullivan
ajs@commandprompt.com
+1 503 667 4564 x104
http://www.commandprompt.com/

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

Предыдущее
От: "Richard Broersma"
Дата:
Сообщение: Re: OT: Question about transactions
Следующее
От: Paul Tomblin
Дата:
Сообщение: Re: OT: Question about transactions