DELETE ERROR: tuple concurrently updated

From: Михаил Кечинов <kechinoff(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: DELETE ERROR: tuple concurrently updated
Date: 2009-12-29 09:41:23
Message-ID: c8f0e27c0912290141k44f8d947l34cf7c48b984af98@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello.

Here is a problem, which I can't understand.

One week ago our database has crashed and after restore begins some
problems.

One of them:

When I try to delete one row from database (for example):
delete from document where numdoc = 901721617

I have this error:
ERROR: tuple concurrently updated
SQL state: XX000

I know, that no one deleting this row at same time.

What's mean this error?

Thanks.

--
Mikhail Kechinov
http://www.mkechinov.ru

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2009-12-29 10:51:39 Re: DELETE ERROR: tuple concurrently updated
Previous Message John R Pierce 2009-12-29 04:22:57 Re: Installation of Postgis/postgresql