On Fri, Aug 08, 2003 at 15:32:05 +0530, Rahul_Iyer <[EMAIL PROTECTED]> wrote: > hi, > im currently working on a project that requires batch operations - eg. Batch > insert/update etc. The database im using is PostgreSQL. However, i cannot > find any documentation for batch opeartions on PostgreSQL. Does anyone know > how to do this, or if it is possible?
Usually you just use psql to run a script with the commands in it. ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend