Re: Batch Operations

From: Neil Conway <neilc(at)samurai(dot)com>
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:19:06
Message-ID: 20030809151906.GB8111@home.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Aug 08, 2003 at 03:32:05PM +0530, Rahul_Iyer wrote:
> 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?

If I understand you correctly, batch inserts are available via COPY. I'm
not sure what you mean by "batch updates" -- can you elaborate?

-Neil

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruno Wolff III 2003-08-09 15:22:29 Re: Batch Operations
Previous Message Tom Lane 2003-08-09 15:00:41 Re: getting confused parsing ACLITEMS...