Nested Transactions in 7.5??

From: Jim Rosenberg <jr(at)amanue(dot)com>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Nested Transactions in 7.5??
Date: 2003-12-26 16:40:38
Message-ID: 106508078.1072438838@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How realistic is it to expect nested transactions to make it into
PostgreSQL 7.5?

I can't think of anything I've heard of in the works for 7.5 that comes
close in importance -- with the possible exception of a native Windows
port. There are just *so many* cases where you want to be able to have a
stored procedure that spans multiple transactions -- having nested
transactions allows saving a whole architecture tier. Without them,
important aspects of business logic either have to be on the client (where
they don't belong) or you have to have a 3-tier architecture, which adds a
lot to the complexity of the system.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2003-12-26 16:52:37 Re: Is my MySQL Gaining ?
Previous Message B. van Ouwerkerk 2003-12-26 16:30:19 Re: Is my MySQL Gaining ?