From: | Dave Cramer <pg(at)fastcrypt(dot)com> |
---|---|
To: | alex d <ajd_jk(at)yahoo(dot)co(dot)uk> |
Cc: | pgsql-jdbc(at)postgresql(dot)org, books(at)ejurka(dot)com |
Subject: | Re: COPY support for PostgreSql JDBC v8.0 |
Date: | 2005-04-22 13:38:51 |
Message-ID: | 4268FE6B.2040501@fastcrypt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Palle Girgensohn | 2005-04-22 13:43:43 | BUG? res.next() == false, but psql finds tuples? |
Previous Message | alex d | 2005-04-22 12:17:53 | COPY support for PostgreSql JDBC v8.0 |