Howdy:
Running PostgreSQL 7.2.1 on RedHat Linux 7.2 kernel 2.4.7-10.
Are there any examples out there to insert / update
a table for every, say, 1000 records via SQL? I'm having
a hard time just inserting into the table ... it seems
that there isn't anything going on AND I need to commit
the transaction if the query gets killed somehow.
Thanks!
-X