Re: blobs dont rollback ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: blobs dont rollback ?
Дата
Msg-id 8189.972310623@sss.pgh.pa.us
обсуждение исходный текст
Ответ на blobs dont rollback ?  (Peter Pilsl <pilsl@goldfisch.at>)
Список pgsql-general
Peter Pilsl <pilsl@goldfisch.at> writes:
> A table contains many entries and each entry includes a single
> blob-oid. In a databaseprocessing perlscript I need to delete such a
> blob and perform the lo_unlink and later I rollback the session without
> commiting (and even no autocommiting) in between. In my opinion this
> should have left the original blob unchanged.

Sorry, you lose: in current releases a blob is a table, and table
deletion is not rollback-able (the physical Unix file is deleted
immediately...)

This will be fixed in 7.1.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Strange query results with dates
Следующее
От: Manuel Cabido
Дата:
Сообщение: Re: too many clients?