Re: Nested transactions: low level stuff

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Nested transactions: low level stuff
Дата
Msg-id 3E793090.7CEA5BA0@tpf.co.jp
обсуждение исходный текст
Ответ на Nested transactions: low level stuff  (Manfred Koizar <mkoi-pg@aon.at>)
Ответы Re: Nested transactions: low level stuff  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> 
> Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> > Sorry I have a basic question.
> > Was there any consensus we would introduce nested transactions
> > (or savepoints) in the way currently discussed ?
> 
> I think we are a long way from saying we can or will actually do it.
> Error handling and resource management (eg locks) are a couple of other
> huge cans of worms that have yet to be opened.  But certainly a solid
> design for the transaction logging and tuple validity checking is a
> necessary step.

Is the way to undo data rejected already ?

regards,
Hiroshi Inouehttp://www.geocities.jp/inocchichichi/psqlodbc/


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: cursors outside transactions
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: A bad behavior under autocommit off mode