data doesnt get saved in the database / idle in transaction

From: "Ksenia Marasanova" <ksenia(dot)marasanova(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: data doesnt get saved in the database / idle in transaction
Date: 2006-03-20 10:46:11
Message-ID: 130df1930603200246j4bd6c6a1r7204a644795ef412@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

I have a strange problem with my Postgres application. The problem is
that the data entered in the application never reaches the database,
although the record id (serial) is generated, and the record can be
retrieved again, and be modified. Multiple records can be added and
modified. But when i check the data with psql, the record is not
there.
The application uses persistant database connection, and when i check
the status of the connection, it shows: "idle in transaction". I am
pretty sure that every insert is being committed with explicit
"commit()" . It always worked before.... weird.

thanks for any hints
Ksenia.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Qingqing Zhou 2006-03-20 12:03:14 Re: data doesnt get saved in the database / idle in transaction
Previous Message Guillaume Cottenceau 2006-03-20 08:35:14 Re: planner with index scan cost way off actual cost, advices to tweak cost constants?