Re: updateable cursors & visibility

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: updateable cursors & visibility
Дата
Msg-id Pine.LNX.4.44.0303291259210.2289-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: updateable cursors & visibility  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы Re: updateable cursors & visibility  ("Hiroshi Inoue" <inoue@tpf.co.jp>)
Re: updateable cursors & visibility  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hiroshi Inoue writes:

> Must a SENSITIVE cursor see other applications' changes made
> while the cursor is open ?

Yes.  It is immaterial whether the change came from a different
application or the same one.

Nevertheless, the cursor sensitivity does not excuse you from observing
the transaction isolation level.  So even if the cursor is sensitive you
should not be able to see other transactions' changes if you are in a
serializable transaction.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: SQL/XML examples
Следующее
От: Peter Csaba
Дата:
Сообщение: Rules / Triggers something a little bit more chellanging