Re: What does "tuple concurrently updated" mean? - Mailing list pgsql-general

From Tom Lane
Subject Re: What does "tuple concurrently updated" mean?
Date
Msg-id 19247.1114442303@sss.pgh.pa.us
Whole thread Raw
In response to What does "tuple concurrently updated" mean?  ("Florian G. Pflug" <fgp@phlo.org>)
Responses Re: What does "tuple concurrently updated" mean?  ("Florian G. Pflug" <fgp@phlo.org>)
List pgsql-general
"Florian G. Pflug" <fgp@phlo.org> writes:
> During a batch load of records (using COPY) I got the following
> postgres error today "tuple concurrently updated".

I don't think plain COPY could have produced that, since it only inserts
tuples.  Tell us about triggers and foreign keys on this table?

            regards, tom lane

pgsql-general by date:

Previous
From: Richard_D_Levine@raytheon.com
Date:
Subject: Re: UltraSPARC versus AMD
Next
From: Karsten Hilbert
Date:
Subject: Re: timezone() with timeofday() converts the wrong direction?