Re: why postgresql over other RDBMS - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: why postgresql over other RDBMS
Date
Msg-id 20070525003911.GF30806@phlogiston.dyndns.org
Whole thread Raw
In response to Re: why postgresql over other RDBMS  ("A.M." <agentm@themactionfaction.com>)
Responses Re: why postgresql over other RDBMS
List pgsql-general
On Thu, May 24, 2007 at 03:25:52PM -0400, A.M. wrote:
> Wouldn't it be a cool feature to persists transaction states
> across connections so that a new connection could get access to a sub-
> transaction state?

You could do this using an incredibly evil, carefully implemented
hack in a connection pool.  I'm shuddering at the thought of it, to
be honest, so details are left as an exervisse for the reader.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
A certain description of men are for getting out of debt, yet are
against all taxes for raising money to pay it off.
        --Alexander Hamilton

pgsql-general by date:

Previous
From: Francisco Reyes
Date:
Subject: Re: Delete with subquery deleting all records
Next
From: "Raymond C. Rodgers"
Date:
Subject: Inheritance question