are subtransactions not nestable?

From: Christof Petig <christof(dot)petig(at)wtal(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: are subtransactions not nestable?
Date: 1999-10-01 06:24:22
Message-ID: 37F45393.2C94D722@wtal.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zakkr 1999-10-01 07:43:14 Re: [HACKERS] Re: TO_CHAR()
Previous Message Christof Petig 1999-10-01 05:36:26 Re: [HACKERS] Regression tests on intel for 6.5.2