Re: TOAST and bytea JAVA - Mailing list pgsql-hackers

From Chris Bitmead
Subject Re: TOAST and bytea JAVA
Date
Msg-id 3BC3C5FA.4050004@bitmead.com
Whole thread Raw
List pgsql-hackers
>Use bytea, its for 0-255, binary data.  When your client>library does not support it, then base64 it in client
side>andlater 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?



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Mule internal code ?
Next
From: Barry Lind
Date:
Subject: Re: TOAST and bytea JAVA