David Rowley <dgrowleyml(at)gmail(dot)com> writes:
> Here's a small patch which greatly increases the speed of
> pg_dump --column-inserts.
The reason why no one's paid any attention to the speed of that code path
is that if you care about dump/restore speed, you should be using the COPY
code paths instead. Is it really worth adding code and complexity to
pg_dump for this?
regards, tom lane