are subtransactions not nestable? - Mailing list pgsql-hackers

From Christof Petig
Subject are subtransactions not nestable?
Date
Msg-id 37F45393.2C94D722@wtal.de
Whole thread Raw
Responses Re: [HACKERS] are subtransactions not nestable?  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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 by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: [HACKERS] pgbash-1.1.1 release
Next
From: Oleg Bartunov
Date:
Subject: problem compiling current sources with gcc 2.95.1