Re: [HACKERS] TOAST and bytea JAVA

From: Barry Lind <barry(at)xythos(dot)com>
To: Chris Bitmead <chris(at)bitmead(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [HACKERS] TOAST and bytea JAVA
Date: 2001-10-10 04:32:33
Message-ID: 3BC3CF61.9070401@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Chris,

Current sources for the jdbc driver does support the bytea type.
However the driver for 7.1 does not.

thanks,
--Barry

Chris Bitmead wrote:

> >Use bytea, its for 0-255, binary data. When your client
> >library does not support it, then base64 it in client side
> >and later decode() into place.
>
> Thanks, bytea sounds like what I need. Why no documentation on this
> important data type?
>
> Does the Java client library support setting this type using
> setBytes or setBinaryStream?
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Mascari 2001-10-10 06:16:11 Re: [HACKERS] What about CREATE OR REPLACE FUNCTION?
Previous Message Chris Bitmead 2001-10-10 03:52:26 Re: TOAST and bytea JAVA

Browse pgsql-jdbc by date

  From Date Subject
Next Message Benjamin Bostow 2001-10-10 20:37:55 Downloaded jar file won't work
Previous Message Chris Bitmead 2001-10-10 03:52:26 Re: TOAST and bytea JAVA