bytea encoding

From: Jesse Eichar <jeichar(at)refractions(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: bytea encoding
Date: 2005-05-11 20:37:29
Message-ID: 1115843849.5221.28.camel@weasel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi

I am doing some feasibility research and have some questions about
bytea:

1. Is the byte stream (or byte array) converted to bytea on the database
side or on client before sending? (My client is using the
postgresql-74.213.jar).

2. If client does the encoding what will happen if the database
receives information that is already in bytea? Will it recognize that
the data is already in bytea?

3. Is there a way to convert an array of bytes into an array of bytea
values?

Thank you,

Jesse

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-05-11 21:49:23 Re: PostgreSQL, WebObjects and fetchSize
Previous Message Ronald Gallagher 2005-05-11 19:54:39 ASCII to UNICODE conversion problems