Re: Batch Operations - Mailing list pgsql-hackers

From Bruno Wolff III
Subject Re: Batch Operations
Date
Msg-id 20030809152229.GD22927@wolff.to
Whole thread Raw
In response to Batch Operations  ("Rahul_Iyer" <rahul_iyer@persistent.co.in>)
List pgsql-hackers
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.


pgsql-hackers by date:

Previous
From: "Rahul_Iyer"
Date:
Subject: Batch Operations
Next
From: Tom Lane
Date:
Subject: Re: getting confused parsing ACLITEMS...