On Mon, 19 Oct 1998, Oleg Broytmann wrote:
> > I'm running the COPYs from a bash script which runs psql for each copy.
>
> But why? Isn't it better and simpler just do
> COPY table FROM stdin
Yes, I did that on the 1st attempt and gave up after 4 hours. I'm doing it
in blocks so that you can see the time it takes per 10000 records. There
is no big difference if you do it in one block or several (proved
experimentally).
Anton