Bulk-copy?
Thomas Weholt <thomas@cintra.no>
From: Thomas Weholt <Thomas@cintra.no>
To: pgsql-novice@postgresql.org
Date: 2000-06-02T06:08:33Z
Lists: pgsql-novice
Hi, I need to insert about 2000-10000 records into a database. I`m using Python to do this. Is there a way to use some form of bulk copy that will do this faster than plain-old insert for each and every record? Thomas