ignore duplicate key while using COPY? - Mailing list pgsql-general

From Yan Chunlu
Subject ignore duplicate key while using COPY?
Date
Msg-id CAOA66tFDp+u+x_x+S4WhhxLNCczU=O85M8LcMSqvB+5e_HANdw@mail.gmail.com
Whole thread Raw
Responses Re: ignore duplicate key while using COPY?
Re: ignore duplicate key while using COPY?
List pgsql-general
I am using COPY public.table_name FROM STDIN  to import data.  it is
very efficient, but if there's any duplicate key exists, the whole
procedure has been stopped.  is there anyway to around this?

why does not postgresql just give a warning and continue the copy?

pgsql-general by date:

Previous
From: Капралов Александр
Date:
Subject: How to make a non-removable row in a table?
Next
From: Thomas Markus
Date:
Subject: Re: How to make a non-removable row in a table?