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? (Bruce Momjian)
Список
Дерево обсуждения
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 по дате отправления