COPY FROM STDIN support for JDK 1.6

Поиск
Список
Период
Сортировка
От Vaibhav Patil
Тема COPY FROM STDIN support for JDK 1.6
Дата
Msg-id 606451.30675.qm@web94916.mail.in2.yahoo.com
обсуждение исходный текст
Ответы Re: COPY FROM STDIN support for JDK 1.6
Re: COPY FROM STDIN support for JDK 1.6
Список pgsql-jdbc
Hi all,

Currently I am using JDBC with Postgresql 8.3 and JDK 1.5.
I got the driver extension to support this setup from link - http://kato.iki.fi/sw/db/postgresql/jdbc/copy/

Now I want to upgrade my setup to JDK 1.6 with the same database version.
From where I can get the extension of JDBC-4 driver to support the COPY FROM STDIN operation ?
Is there any other way to support COPY using JDBC without the driver extension ?

This is the only thing not allowing me to upgrade JDK 1.5 to 1.6.

Thanks,
Vaibhav.




Explore your hobbies and interests. Click here to begin.

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Strings with null characters produce exceptions when selected or inserted. Attempts to select messages with null bytes produces "ERROR: insufficient data left in message". And inserting produces "ERROR: invalid byte sequence for encoding \"UTF8\": 0x00". Since a null character is a valid UTF code point why is it rejected by the JDBC driver? The attached test can work with Mysql and their JDBC driver.
Следующее
От: Croc
Дата:
Сообщение: Re: Headless Exception