Re: nested transactions - Mailing list pgsql-hackers

From Hans-Jürgen Schönig
Subject Re: nested transactions
Date
Msg-id 3DE5D231.7030304@cybertec.at
Whole thread Raw
In response to Re: nested transactions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: nested transactions  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Is there going to be a way to use transactions inside transactions of 
transactions?
In other words:
   BEGIN;   BEGIN;   BEGIN;   BEGIN;
   COMMIT;   COMMIT;   COMMIT;   COMMIT;

Is there a way to have some sort of recursive solution with every 
transaction but the first one being a child transaction?
Is there a way to implement that without too much extra effort?
I just curious how that could be done.
   Hans





pgsql-hackers by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Auto Vacuum Daemon (again...)
Next
From: Tom Lane
Date:
Subject: Re: InitDB Failure - PostgreSQL 7.2, RedHat 7.3, compile from source