Re: Re: One transaction by connection - commit subdetails without release master transaction? - Mailing list pgsql-general

From Alban Hertroys
Subject Re: Re: One transaction by connection - commit subdetails without release master transaction?
Date
Msg-id DC4A61D0-EAEF-43A0-979F-1570FA4BA2D5@gmail.com
Whole thread Raw
In response to Re: Re: One transaction by connection - commit subdetails without release master transaction?  (Ben Chobot <bench@silentmedia.com>)
Responses Re: Re: One transaction by connection - commit subdetails without release master transaction?  (Ben Chobot <bench@silentmedia.com>)
List pgsql-general
On 29 Feb 2012, at 20:44, Ben Chobot wrote:

>> As I see the PGSQL supports one transaction per connection. Is this
>> information ok?
>
> Yes, in postgres a connection can support only one transaction.


A small correction: a connection can support only one transaction _simultaneously_. You can serialise transactions on
oneconnection just fine. 

Alban Hertroys

--
Screwing up is an excellent way to attach something to the ceiling.


pgsql-general by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Valid Input Syntax for Type DATE
Next
From: Ben Chobot
Date:
Subject: Re: Re: One transaction by connection - commit subdetails without release master transaction?