DELETE ERROR: tuple concurrently updated

Поиск
Список
Период
Сортировка
От Михаил Кечинов
Тема DELETE ERROR: tuple concurrently updated
Дата
Msg-id c8f0e27c0912290141k44f8d947l34cf7c48b984af98@mail.gmail.com
обсуждение исходный текст
Ответы Re: DELETE ERROR: tuple concurrently updated  (Greg Stark <gsstark@mit.edu>)
Re: DELETE ERROR: tuple concurrently updated  (Greg Stark <gsstark@mit.edu>)
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Installation of Postgis/postgresql
Следующее
От: Greg Stark
Дата:
Сообщение: Re: DELETE ERROR: tuple concurrently updated