COPY support for PostgreSql JDBC v8.0

From: alex d <ajd_jk(at)yahoo(dot)co(dot)uk>
To: pgsql-jdbc(at)postgresql(dot)org
Cc: books(at)ejurka(dot)com
Subject: COPY support for PostgreSql JDBC v8.0
Date: 2005-04-22 12:17:53
Message-ID: 20050422121754.51379.qmail@web26207.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-04-22 13:38:51 Re: COPY support for PostgreSql JDBC v8.0
Previous Message Dave Cramer 2005-04-22 11:29:42 Re: Threading problem