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 one connection just fine.
Heh, woops, yes, that's a good correction to make. :)