Re: TOAST and bytea JAVA

From: Chris Bitmead <chris(at)bitmead(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Marko Kreen <marko(at)l-t(dot)ee>
Subject: Re: TOAST and bytea JAVA
Date: 2001-10-10 03:52:26
Message-ID: 3BC3C5FA.4050004@bitmead.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

>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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Barry Lind 2001-10-10 04:32:33 Re: [HACKERS] TOAST and bytea JAVA
Previous Message Tatsuo Ishii 2001-10-10 03:06:04 Re: Mule internal code ?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-10-10 04:32:33 Re: [HACKERS] TOAST and bytea JAVA
Previous Message Dave Cramer 2001-10-10 01:11:31 Re: JSP and PostgreSQL