Re: Batch Operations - Mailing list pgsql-hackers

From Bruno Wolff III
Subject Re: Batch Operations
Date
Msg-id [email protected]
Whole thread Raw
In response to Batch Operations  ("Rahul_Iyer" <[email protected]>)
List pgsql-hackers
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.


pgsql-hackers by date:

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