| From: | Maciek Sakrejda <msakrejda(at)truviso(dot)com> |
|---|---|
| To: | Vaibhav Patil <infovaibhav(at)yahoo(dot)com> |
| Cc: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: COPY FROM STDIN support for JDK 1.6 |
| Date: | 2009-06-05 20:40:18 |
| Message-ID: | 895e58dd0906051340p2c6dbde8n86378f91b80e4298@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
We use COPY regularly against JDK6 as well, and have not seen any
problems. What issues are you seeing?
On Wed, Jun 3, 2009 at 9:58 PM, Vaibhav Patil <infovaibhav(at)yahoo(dot)com> wrote:
> 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dan Evans | 2009-06-06 18:27:50 | getColumnDisplayWidth() returns 0x7fffffff for char varying |
| Previous Message | Thomas Finneid | 2009-06-05 15:48:30 | Re: COPY FROM STDIN support for JDK 1.6 |