Re: disappearing data - Mailing list pgsql-general

From Adrian Klaver
Subject Re: disappearing data
Date
Msg-id 201008230630.39750.adrian.klaver@gmail.com
Whole thread Raw
In response to Re: disappearing data  (Magnus Hagander <magnus@hagander.net>)
List pgsql-general
On Monday 23 August 2010 3:15:28 am Magnus Hagander wrote:
> On Mon, Aug 23, 2010 at 12:12, Garry Saddington

>
> I don't know anything about Zope, but it sounds like the db adapter
> opens a transaction and never commits it. Perhaps the previous version
> was working in autocommit mode by default, and the new one doesn't.
>
> --
>  Magnus Hagander
>  Me: http://www.hagander.net/
>  Work: http://www.redpill-linpro.com/


Sounds like it to me, see here for more detailed info:
http://initd.org/psycopg/docs/usage.html#transactions-control

You might also want to ask this question on the the Psycopg mailing list:
http://lists.initd.org/mailman/listinfo/psycopg

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Sequence reset
Next
From: Ivan Voras
Date:
Subject: Re: Massively Parallel transactioning?