Re: Bulk Load Ignore/Skip Feature

Поиск
Список
Период
Сортировка
От Willem Buitendyk
Тема Re: Bulk Load Ignore/Skip Feature
Дата
Msg-id 473AAB95.4050507@pcfish.ca
обсуждение исходный текст
Ответ на Re: Bulk Load Ignore/Skip Feature  (Reg Me Please <regmeplease@gmail.com>)
Ответы Re: Bulk Load Ignore/Skip Feature
Список pgsql-general
Perfect - that appears to be exactly what I was looking for.

Cheers

Reg Me Please wrote:
> Il Wednesday 14 November 2007 05:50:36 Willem Buitendyk ha scritto:
>
>> Will Postgresql ever implement an ignore on error feature when bulk
>> loading data?  Currently it is my understanding that any record that
>> violates a unique constraint will cause the "copy from" command to halt
>> execution instead of skipping over the violation and logging it - as is
>> done in Oracle and DB2.
>>
>> Are there alternative ways of dealing with this scenario that won't
>> consume as much time?
>>
>> Appreciate any help  - would love to migrate away from Oracle.
>>
>> Cheers
>>
>
> pgloader
>
> http://pgfoundry.org/projects/pgloader/
>
>


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

Предыдущее
От: Reg Me Please
Дата:
Сообщение: Re: Bulk Load Ignore/Skip Feature
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Using generate_series to create a unique ID in a query?