are subtransactions not nestable?

Поиск
Список
Период
Сортировка
От Christof Petig
Тема are subtransactions not nestable?
Дата
Msg-id 37F45393.2C94D722@wtal.de
обсуждение исходный текст
Ответы Re: [HACKERS] are subtransactions not nestable?
Список pgsql-hackers
Hello,

is it correct that a nesting of subtransactions is not possible with
postgres at the moment?
(I didn't find a TODO entry for this (even at 'exotic' features))

christof=> begin;
BEGIN
christof=> begin;
NOTICE:  BeginTransactionBlock and not in default state
BEGIN
christof=> commit;
END
christof=> commit;
NOTICE:  EndTransactionBlock and not inprogress/abort state
END

Regards  Christof




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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: [HACKERS] pgbash-1.1.1 release
Следующее
От: Oleg Bartunov
Дата:
Сообщение: problem compiling current sources with gcc 2.95.1