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.

Alban Hertroys

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


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to