Re: COPY FROM STDIN support for JDK 1.6

From: Thomas Finneid <tfinneid(at)fcon(dot)no>
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 15:48:30
Message-ID: 4A293E4E.2030400@fcon.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


There should not be any problems using that driver with JDK 6, I am
using it and it works fine, albeit I am using the 8.2 driver in JDK 6
not the 8.3 version.

regards

thomsa

Vaibhav Patil 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.
> <http://in.rd.yahoo.com/tagline_groups_6/*http://in.promos.yahoo.com/groups/>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Maciek Sakrejda 2009-06-05 20:40:18 Re: COPY FROM STDIN support for JDK 1.6
Previous Message Simon Riggs 2009-06-04 21:53:33 Re: Deadlock detection