Re: FYI: porting Copy API to 8.x

From: "Kalle Hallivuori" <kato(at)iki(dot)fi>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: FYI: porting Copy API to 8.x
Date: 2007-06-11 19:55:41
Message-ID: c637d8bb0706111255i7d16e5a3qe8dceddaf7447c4b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello again.

Thanks to Chris Jurka for notifying me that there's a limit on size of
postings on this list.

Attached is a patch against postgresql-jdbc-8.2-505.src containing
Copy support inside v3/QueryExecutorImpl usable through a separate API
together with minimal unit tests and documentation.

I'd like to hear whether I should still fix something before making a
version for the 8.3 branch (there are plenty of possible approaches
for both client-backend and API, after all). Also I wonder if it would
be possible to include this in the official driver?

--
Kalle Hallivuori +358-41-5053073 http://korpiq.iki.fi/

Attachment Content-Type Size
pgjdbc82-copy.diff.gz application/x-gzip 8.5 KB

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nathan.Keynes 2007-06-13 03:36:54 Error reporting issue in SimpleParameterList
Previous Message Andrew Lazarus 2007-06-08 21:50:23 Re: Intermittent Connection problems using JDBC