Re: tuple concurrently updated - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: tuple concurrently updated
Date
Msg-id 20180828135134.o4ymb6vvitpfcmxc@alvherre.pgsql
Whole thread Raw
In response to tuple concurrently updated  (wambacher@posteo.de)
Responses Re: tuple concurrently updated  (wambacher@posteo.de)
List pgsql-admin
On 2018-Aug-28, wambacher@posteo.de wrote:

> getting this error:
> 
> DELETE FROM planet_osm_line WHERE osm_id = -166570;
> FEHLER:  tuple concurrently updated
> 
> postgresql 10.1
> 
> any idea what i can do? of course i did a restart first.

What is the definition of the table?  It sounds like there's some GIS
datatype -- Right?  Are there any triggers or some other fun fact about
this delete?  What is the isolation level in effect when the delete
runs?

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-admin by date:

Previous
From: 066ce286@free.fr
Date:
Subject: Re: tuple concurrently updated
Next
From: Walter Nordmann
Date:
Subject: Re: tuple concurrently updated