duplicates

From: Tsirkin Evgeny <tsurkin(at)mail(dot)jct(dot)ac(dot)il>
To: pgsql-admin(at)postgresql(dot)org
Subject: duplicates
Date: 2004-09-06 06:33:24
Message-ID: Pine.LNX.4.58.0409060922390.20253@p-roman.jct.ac.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello dear list!
Here is the problem i have:
i am using 7.3.4 postgres .i have an aplication that updating 2 tables.
while it needs to update something - it does not select the rows that
are already in the table search what it needs to update and execute
an 'update' query .in place it deletes all the old rows and inserts the
new one.However while we have a havy load we got a duplicate rows in the
table ,althought we use transaction an both delete and the new insert
are in the same transaction.We are pretty sure there is no bug in
the applicatioin that inserts the data more then once .
Is that a known problem ?What could be the problem?

--
Evgeny.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Andrei Bintintan 2004-09-06 07:48:17 Re: duplicates
Previous Message Geoffrey 2004-09-06 02:22:25 Re: Create Linux Script for PostgreSQL database backup