"Florian G. Pflug" <fgp(at)phlo(dot)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