Re: BYTEA transport

From: Barry Lind <barry(at)xythos(dot)com>
To: Paul Ramsey <pramsey(at)refractions(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: BYTEA transport
Date: 2002-07-06 01:35:51
Message-ID: 3D264977.5020609@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Paul,

See the other emails on the list today that discussed this same topic.

thanks,
--Barry

Paul Ramsey wrote:

>I have been trying to figure out how BYTEA goes across the wire from the
>backend to the front. It is not clear to me whether they transit in
>their huge ASCII format, or in a binary format. Sending an object across
>this wire in ASCII would (a) fluff it by a couple of factors and (b) lay
>a string-i-fication overhead on the server and parse-i-fication overhead
>on the client. I see some 'binaryCursor' booleans in the driver, but am
>not sure how to use binary cursors in the context of a JDBC connection.
>
>Any clarification on how to do binary transport using JDBC?
>
>Thanks,
>Paul
>
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message madan kulkarni 2002-07-06 06:10:37 Error!
Previous Message Barry Lind 2002-07-06 01:34:59 Re: [SOLVED]Re: Retrieving binary data