Re: Bulkloading using COPY - ignore duplicates?

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Bulkloading using COPY - ignore duplicates?
Дата
Msg-id
15540.1010090131@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Re: Bulkloading using COPY - ignore duplicates? "Mikheev, Vadim" <vmikheev@SECTORBASE.COM>
Bruce Momjian  writes:
> Seems nested transactions are not required if we load each COPY line in
> its own transaction, like we do with INSERT from pg_dump.

I don't think that's an acceptable answer.  Consider
	BEGIN;	other stuff;	COPY ....;	other stuff;	ROLLBACK;
		regards, tom lane

В списке pgsql-hackers по дате отправления
От: Bruce Momjian
Дата:
Сообщение: Re: More problem with scripts
От: Adam Haberlach
Дата:
FAQ