Re: Data type for array of byte

Lists: pgsql-jdbc
From: Vernon <vwu725(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Data type for array of byte
Date: 2005-04-12 17:06:43
Message-ID: 20050412170643.20886.qmail@web40501.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

I have the an array of byte in Java. What is the data
type in PG? I have tried the bytea. It is not right.

Thanks.


__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/


From: Kris Jurka <books(at)ejurka(dot)com>
To: Vernon <vwu725(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Data type for array of byte
Date: 2005-04-14 09:19:02
Message-ID: Pine.BSO.4.56.0504140418110.17685@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

On Tue, 12 Apr 2005, Vernon wrote:

> I have the an array of byte in Java. What is the data
> type in PG? I have tried the bytea. It is not right.
>

Why is it not right? It certainly seems like a match to me.

Kris Jurka