Re: ignore duplicate key while using COPY?

Поиск
Список
Период
Сортировка
От Yan Chunlu
Тема Re: ignore duplicate key while using COPY?
Дата
Msg-id CAOA66tFe3T=8nYtMZRAaysADqGxs_pJRqFZitVP+YsnVsbYCSQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ignore duplicate key while using COPY?  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-general
thanks a lot!

On Mon, Dec 19, 2011 at 10:19 PM, Adrian Klaver <adrian.klaver@gmail.com> wrote:
On Sunday, December 18, 2011 10:54:21 pm Yan Chunlu wrote:
> 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?

Take a look at pgloader:
http://pgfoundry.org/projects/pgloader/

--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Escaping input from COPY
Следующее
От: Dinesh Kumara
Дата:
Сообщение: Cursor loop - stop current iteration and continue with next iteration