Copy with Streams only for 8.3dev - Mailing list pgsql-jdbc

From Kalle Hallivuori
Subject Copy with Streams only for 8.3dev
Date
Msg-id c637d8bb0706201448p4ef5e4b0r7dc1f9b80599a577@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
Hi.

This is a minimal version of Copy support with only Streams for
passing data and just one method in QueryExecutor. Patch applies
cleanly. Tests pass. No documentation except verbose Javadoc. Please
let me know if you want something done some other way.

Usage:

((PGConnection)con).getCopyAPI().copyIntoDB("COPY tablename FROM
STDIN", System.in);
((PGConnection)con).getCopyAPI().copyFromDB("COPY tablename TO
STDOUT", System.out);

The only difference between patches for 8.3 and 8.2 is
s/ReceiveInteger4\(\)/ReceiveIntegerR(4)/.

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

Attachment

pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Log files cluttered with jdbc3/4 for pg8.2
Next
From:
Date:
Subject: Re: Error reporting issue in SimpleParameterList