Re: COPY support for PostgreSql JDBC v8.0 - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: COPY support for PostgreSql JDBC v8.0
Date
Msg-id 4268FE6B.2040501@fastcrypt.com
Whole thread Raw
In response to COPY support for PostgreSql JDBC v8.0  (alex d <ajd_jk@yahoo.co.uk>)
List pgsql-jdbc
There's only one real gotcha... I looked at this last night too.

AbstractJdbc1Connection doesnt' exist any more. You will need to apply
these patches manually to AbstractJdbc2Connection

Dave

alex d wrote:

>Hi,
>
>I am trying to implement the Copy support patch as
>shown
>-http://archives.postgresql.org/pgsql-jdbc/2003-12/msg00186.php
>to the source of postgresql jdbc driver version -
>8.0-311 JDBC Source.  As expected the code has been
>refactored and is now difficult to add the
>modifications of getCopyAPI().  Please could someone
>advise or indicate how to go about implementing this
>patch especially getCopyAPI() into the source code
>specified above.
>
>Many Thanks
>
>Alex
>
>
>
>Send instant messages to your online friends http://uk.messenger.yahoo.com
>
>---------------------------(end of broadcast)---------------------------
>TIP 7: don't forget to increase your free space map settings
>
>
>
>

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561


pgsql-jdbc by date:

Previous
From: alex d
Date:
Subject: COPY support for PostgreSql JDBC v8.0
Next
From: Palle Girgensohn
Date:
Subject: BUG? res.next() == false, but psql finds tuples?