Re: COPY support for PostgreSql JDBC v8.0

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: COPY support for PostgreSql JDBC v8.0
Дата
Msg-id 4268FE6B.2040501@fastcrypt.com
обсуждение исходный текст
Ответ на COPY support for PostgreSql JDBC v8.0  (alex d <ajd_jk@yahoo.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: alex d
Дата:
Сообщение: COPY support for PostgreSql JDBC v8.0
Следующее
От: Palle Girgensohn
Дата:
Сообщение: BUG? res.next() == false, but psql finds tuples?