Re: How to mark a transaction as SERIALIZABLE?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to mark a transaction as SERIALIZABLE?
Дата
Msg-id 25703.1288707307@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to mark a transaction as SERIALIZABLE?  (Joe Carr <joe.carr@gmail.com>)
Список pgsql-novice
Joe Carr <joe.carr@gmail.com> writes:
> Thanks for the link. I've done some more reading, and now it appears
> impossible to set the isolation level of a transaction from within a
> function.

That's correct.  By the time the function gets control, you're already
inside the transaction; it's too late to change its isolation level.

            regards, tom lane

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

Предыдущее
От: Joe Carr
Дата:
Сообщение: Re: How to mark a transaction as SERIALIZABLE?
Следующее
От: Chris Browne
Дата:
Сообщение: Re: How to mark a transaction as SERIALIZABLE?