Top "Bytea" questions

Variable-length binary string type in PostgreSQL

Postgresql - how to convert bytea to text or string in Java

I have a column that is bytea in postgres, and I can use a statement like this to get this …

java postgresql serialization bytea
Retrieving file from bytea in PostgreSQL using java

Hi I'm using the below code to retrieve the file from the postgresql bytea using java, but inside the file …

java postgresql postgresql-9.1 binarystream bytea
Convert a bytea into a binary string

I need to decode a base64 string and take a chunk of binary. Is there a SQL function in Postgres …

postgresql binary-data bytea
Convert a bytea column to OID while retaining values

I'm trying to alter a bytea column to have type oid and still retain the values. I have tried using …

postgresql types casting oid bytea
Convert PostgreSQL bytea-stored serialized-java-UUID to postgresql-UUID

One of our software-projects uses a PostgreSQL-table with a column 'guid' of type bytea. This is used with hibernate 3.3.2.GA …

java postgresql serialization uuid bytea