Transaction Isolation Level

Поиск
Список
Период
Сортировка
От Grace C. Unson
Тема Transaction Isolation Level
Дата
Msg-id 01fe01c411ce$05ffec90$053b1cac@GREECE
обсуждение исходный текст
Ответы Re: Transaction Isolation Level  (Kris Jurka <books@ejurka.com>)
Список pgsql-general
Hello.

How is it possible that ResultSetObjInstance in this statement

ResultSetObjInstance = PreparedObjInstance.executeQuery()

contains this column and value respectively:

TRANSACTION ISOLATION LEVEL , READ_COMMITTED ?

---
Note:
During the query operation, lots of write operations are going
simultaneously in the DB. If this is the reason of the "not-expected" value
above, why is it returned and not thrown as exception?

Any light on this matter is greatly appreciated.

Thank you.

Grace

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: partial VACUUM FULL
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: case statement as inline function?