Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Added to TODO:
> * Have pg_dump use multi-statement transactions for INSERT dumps
> For simple performance reasons, it would be good. I am not sure about
> allowing errors to continue loading. Anyone else?
Of course, anyone who actually cares about reload speed shouldn't be
using INSERT-style dumps anyway ... I'm not sure why we should expend
effort on that rather than just telling people to use the COPY mode.
regards, tom lane