Re: BUG #18824: Inconsistent results for isolation level settings

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: BUG #18824: Inconsistent results for isolation level settings
Дата
Msg-id CAKAnmmLPh=1AW_oxRXouQ3VTTY57ie5yn7to9dTpaES=cMGCEA@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #18824: Inconsistent results for isolation level settings  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs

The SET TRANSACTION command sets the characteristics of the current transaction. It has no effect on any subsequent transactions. SET SESSION CHARACTERISTICS sets the default transaction characteristics for subsequent transactions of a session

In practical usage, I rarely use SET SESSION, I prefer to set it at the transaction level.

For your demo, try also examining SHOW default_transaction_isolation;


Cheers,
Greg

--
Enterprise Postgres Software Products & Tech Support

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