Re: Batch Operations

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Rahul_Iyer <rahul_iyer(at)persistent(dot)co(dot)in>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Batch Operations
Date: 2003-08-09 15:22:29
Message-ID: 20030809152229.GD22927@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Browne 2003-08-09 15:34:56 Re: postmaster(s) have high load average
Previous Message Neil Conway 2003-08-09 15:19:06 Re: Batch Operations