Copy with Streams only for 8.3dev

Поиск
Список
Период
Сортировка
От Kalle Hallivuori
Тема Copy with Streams only for 8.3dev
Дата
Msg-id c637d8bb0706201448p4ef5e4b0r7dc1f9b80599a577@mail.gmail.com
обсуждение исходный текст
Список 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/

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Log files cluttered with jdbc3/4 for pg8.2
Следующее
От:
Дата:
Сообщение: Re: Error reporting issue in SimpleParameterList