Bulk updates/inserts

From: Shelby Cain <alyandon(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Bulk updates/inserts
Date: 2004-04-02 16:42:34
Message-ID: 20040402164234.67207.qmail@web41601.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Is it currently possible to perform bulk
updates/inserts via host arrays using ecpg? If so,
would someone mind showing me an example of the proper
syntax as I can't seem to come up with something that
the ecpg preprocessor likes.

On a side note, if ecpg doesn't support bulk
inserts/updates are there any plans for adding such
support? Is there anyway programmatically to get
close to the same speed for inserts/updates as say the
COPY command?

Regards,

Shelby Cain

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Adriaan Joubert 2004-04-02 16:56:52 Bug in translation of DEALLOCATE PREPARE
Previous Message Tom Lane 2004-04-02 15:33:40 Re: BEGIN-cascade blocks application