Forum OpenACS Q&A: Re: Running the psql COPY command from db_dml

Yes, I am using it because it is MUCH much faster to do 20000 records than do an insert one by one.

As for the SQL standart: We are only using postgres, and it works fine here.

Is there a way to use INSERT to insert all the records in one go and not record by record?