Re: implementing binary datatransfers in pg jdbc

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: implementing binary datatransfers in pg jdbc
Дата
Msg-id 488E97C2.8030907@ejurka.com
обсуждение исходный текст
Список pgsql-jdbc
Gustav Trede wrote:
>
> Im interested in fixing "Allow binary data transfers for all datatypes
> not just bytea".
> where is the affected serverside code ?.
>

The server is already prepared to accept binary data, the change just
needs to be made in the driver.  The place to start is definitely with
Mikko Tiihonen's patches to do this already[1] and assorted mailing list
discussion.  His patches already do ninety something percent of what we
need.  I unfortunately don't recall the exact state of the patches and
what the open issues are, so the first place to start is the archives.

Kris Jurka

[1] http://mokki.dyndns.org/~mtiihone/postgresql/binarytransfer/

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Feng Kelvin"
Дата:
Сообщение: New to pgsql-jdbc
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: numeric type