Re: Multiple result sets

Поиск
Список
Период
Сортировка
От Ivan Sergio Borgonovo
Тема Re: Multiple result sets
Дата
Msg-id 20080601230512.5b16c3d3@dawn.webthatworks.it
обсуждение исходный текст
Ответ на Re: Multiple result sets  ("Adam Rich" <adam.r@sbcglobal.net>)
Ответы Re: Multiple result sets  ("Adam Rich" <adam.r@sbcglobal.net>)
Список pgsql-general
On Sun, 1 Jun 2008 15:36:14 -0500
"Adam Rich" <adam.r@sbcglobal.net> wrote:

> I am not familiar with the python library, but that looks correct
> to me. You can always test it by adding a sleep between your two
> queries and modifying the database from a console connection
> during the sleep.

> Note that I'm assuming your 5 queries are all read-only selects.
> If you're modifying data during your queries, and another
> concurrent database connection modifies the same data during your
> transaction, the later modifications will fail under serializable
> isolation.

Which one will fail? the second query or the serializable
transaction.

My understanding was that the serializable transaction will fail.

--
Ivan Sergio Borgonovo
http://www.webthatworks.it


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

Предыдущее
От: "Adam Rich"
Дата:
Сообщение: Re: Multiple result sets
Следующее
От: Clodoaldo
Дата:
Сообщение: Re: Multiple result sets