Re: Bulkloading using COPY - ignore duplicates?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bulkloading using COPY - ignore duplicates?
Дата
Msg-id 6298.1010008167@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bulkloading using COPY - ignore duplicates?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Bulkloading using COPY - ignore duplicates?
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I think we can allow something like:
>     COPY FROM '/tmp/x' WITH ERRORS 2

This is not going to happen, at least not until after there's a
wholesale revision of error handling.  As things stand we do not
have a choice: elog(ERROR) must abort the transaction, because we
can't guarantee that things are in good enough shape to continue.
See the archives for previous discussions.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: software license question
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Bulkloading using COPY - ignore duplicates?