On Fri, Aug 08, 2003 at 15:32:05 +0530, Rahul_Iyer <rahul_iyer@persistent.co.in> 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.