Re: Inserting 'large' amounts of data

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Inserting 'large' amounts of data
Date: 2009-08-26 23:55:43
Message-ID: 4A95CB7F.7060006@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote:
>
>
> On Thu, 27 Aug 2009, Mario Splivalo wrote:
>
>> Yes, I gues this is the way to go. I'll have to upgrade to 8.4, but
>> somehow I'd like to wait for a month or so before making the switch.
>>
>
> You only need the 8.4 JDBC driver, not a 8.4 server. Copy support
> should work for all 7.4 and later servers.

speaking of using JDBC COPY FROM STDIN via this CopyManager
interface... how does that handle constraint violations, like duplicate
primary key?

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2009-08-26 23:59:47 Re: Inserting 'large' amounts of data
Previous Message Kris Jurka 2009-08-26 22:33:18 Re: Inserting 'large' amounts of data