Re: best way to use bitvarying?

From: Laurette Cisneros <laurette(at)nextbus(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: best way to use bitvarying?
Date: 2002-01-08 01:39:14
Message-ID: Pine.LNX.4.33.0201071715250.7131-100000@visor.corp.nextbus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Last I was hearing (see http://lab.applinet.nl/postgresql-jdbc/#Lob) "bytea
is currently unsupported in the jdbc interface". Is this not true for 7.2?
Is there a suggested way of using this with jdbc?

Thanks for the help,

L.
On Mon, 7 Jan 2002, Tom Lane wrote:

> Laurette Cisneros <laurette(at)nextbus(dot)com> writes:
> > We would like to store *small* images into bitvarying fields.
>
> Wouldn't BYTEA be a better choice? Do you really want to treat the data
> a bit at a time, rather than a byte at a time?
>
> regards, tom lane
>

--
Laurette Cisneros
(510) 420-3137
NextBus Information Systems, Inc.
www.nextbus.com
Passenger Information Everywhere

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ed Yu 2002-01-08 03:00:25 Re: bytea column support (Postgresql 7.1.3)
Previous Message Tom Lane 2002-01-08 00:38:56 Re: best way to use bitvarying?