> 
> If you're using connection pooling it's possible
> that the a connection
> is getting reused and a commit is happening there.
> 
> It's not an uncommon practice to do a rollback when
> first getting a
> shared connection to make sure it's fresh and clean...


That's interesting to hear.

Although we do have a connection pool for our clients to connect through, we 
are not connected through it when we do our conversions. Also the same 
behaviour occours when connecting to my test setup which doesn't have any 
connections going through a connection pool.




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