Re: org.postgresql.copy.CopyManager which JDBC version ?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: emilu(at)encs(dot)concordia(dot)ca, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: org.postgresql.copy.CopyManager which JDBC version ?
Date: 2014-10-10 16:32:43
Message-ID: 54380A2B.7000901@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/10/2014 08:14 AM, Emi Lu wrote:
> Hello,
>
> May I know from which version of psql JDBC driver, it provides
> "org.postgresql.copy.CopyManager" please?
>
> postgresql-8.3-605.jdbc4.jar does not have this class.

Well according to this:

http://jdbc.postgresql.org/documentation/pgjdbc_changelog-8.0-8.4.tar.gz

Version 8.4-701 (2009-07-01)

add Implement support for COPY in the JDBC driver with a non-standard
postgresql CopyManager API. This provides support for both copy from the
server and to the server and operating in either a source or sink mode.
Committed by jurka. Thanks to Kalle Hallivuori.

>
> Thanks a lot!
> Emi
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Leonardo M. Ramé 2014-10-10 17:27:52 psql generate insert command based on select
Previous Message Tim Clarke 2014-10-10 15:29:56 Re: org.postgresql.copy.CopyManager which JDBC version ?