example for read committed/volitile functions

Поиск
Список
Период
Сортировка
От elein@varlena.com (elein)
Тема example for read committed/volitile functions
Дата
Msg-id 20050130221217.GE1898@varlena.com
обсуждение исходный текст
Ответы Re: example for read committed/volitile functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I tried to reproduce the case where 7.4 and 8.0 differ
on the scope of volitile function with READ COMMITTED
transactions.

In an open transaction in read committed mode.
Then I access the table and sum columns in a function.
The results are always consistent between 7.4 and 8.0
and can see committed insert transactions by another session
while the first transaction is open.

Perhaps I'm missing something basic?  Or the fix was
back ported to 7.4?

Prompt replies would be very helpful.

--elein

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: changing sort_mem on the fly?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: example for read committed/volitile functions