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

From Ben Chobot
Subject Re: Re: One transaction by connection - commit subdetails without release master transaction?
Date
Msg-id 0B09890A-8685-423E-8E82-04D5AAC59B19@silentmedia.com
Whole thread Raw
In response to Re: Re: One transaction by connection - commit subdetails without release master transaction?  (Alban Hertroys <haramrae@gmail.com>)
List pgsql-general
On Feb 29, 2012, at 3:00 PM, Alban Hertroys wrote:

> 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. 

Heh, woops, yes, that's a good correction to make. :)


pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: Re: One transaction by connection - commit subdetails without release master transaction?
Next
From: Tim Wilson
Date:
Subject: Re: PickSplit method of 2 columns ... error