Re: implementing binary datatransfers in pg jdbc

From: Kris Jurka <books(at)ejurka(dot)com>
To: Gustav Trede <gustav(dot)trede_wsdevel(at)telia(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: implementing binary datatransfers in pg jdbc
Date: 2008-07-29 04:08:34
Message-ID: 488E97C2.8030907@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2008-07-29 04:10:38 Re: Passing arrays
Previous Message Feng Kelvin 2008-07-28 02:45:50 New to pgsql-jdbc