best way to use bitvarying? - Mailing list pgsql-jdbc

From Laurette Cisneros
Subject best way to use bitvarying?
Date
Msg-id Pine.LNX.4.33.0201071624070.6706-100000@visor.corp.nextbus.com
Whole thread Raw
Responses Re: best way to use bitvarying?
List pgsql-jdbc
Hi all,

We would like to store *small* images into bitvarying fields.  These will
then be read in via jdbc and eventually rendered in a browser.  What is the
best way to pull them into Java?  Is there a type and methods that are best
suited for this data type?  Currently, we are using text and treating it as
a string of 0's and 1's.  Any suggestions for a better way?

Thanks for your help,

--
Laurette Cisneros
(510) 420-3137
NextBus Information Systems, Inc.
www.nextbus.com
Passenger Information Everywhere
select count(*) from blessings;


pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: JDBC patch for DatabaseMetaData
Next
From: Tom Lane
Date:
Subject: Re: best way to use bitvarying?