Re: VACUUM and open transactions

Поиск
Список
Период
Сортировка
От Joseph S
Тема Re: VACUUM and open transactions
Дата
Msg-id 4537FBD4.9000701@selectacast.net
обсуждение исходный текст
Ответ на Re: VACUUM and open transactions  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: VACUUM and open transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
But if the tuple in question was created and then deleted after the
transaction, the transaction should still not need to see it.

Martijn van Oosterhout wrote:
> On Thu, Oct 19, 2006 at 04:25:09PM -0400, Joseph S wrote:
>>> The problem is that the "old" transaction can see effects of later
>>> started transactions, so VACUUM can't delete the later stuff either...
>> How can it see effects of transactions that started after it?
>
> Check the documentation for the difference the READ COMMITTED and
> SERIALIZABLE transaction. The former (the default) will see the results
> of any committed transactions, even if they started later.
>
> http://www.postgresql.org/docs/8.1/interactive/transaction-iso.html#XACT-READ-COMMITTED
>
> Have a nice day,


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

Предыдущее
От: Casey Duncan
Дата:
Сообщение: Re: Help needed
Следующее
От: Maurice Yarrow
Дата:
Сообщение: Latest /etc/rc.d/init.d/postgresql startup/shutdown script