Re: bytea column support (Postgresql 7.1.3)

From: "Ed Yu" <ekyu(at)sc(dot)rr(dot)com>
To: "'pgsql-jdbc'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: bytea column support (Postgresql 7.1.3)
Date: 2002-01-08 03:00:25
Message-ID: 00ec01c197f0$9eb21260$bf00a8c0@sc.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I don't have access to 7.2 code, is bytea supported in the JDBC driver in
7.2?

----- Original Message -----
From: "Dave Cramer" <dave(at)fastcrypt(dot)com>
To: "'Ed Yu'" <ekyu(at)sc(dot)rr(dot)com>; "'pgsql-jdbc'" <pgsql-jdbc(at)postgresql(dot)org>
Sent: Monday, January 07, 2002 10:36 AM
Subject: RE: [JDBC] bytea column support (Postgresql 7.1.3)

> Ed,
>
> As far as I know, bytea is already supported. Barry has done
> considerable work getting this to work. However I do know that there is
> a hack that may need to be done to get it to work with Turbine. Can you
> give me some details?
>
> Dave
>
> -----Original Message-----
> From: pgsql-jdbc-owner(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Ed Yu
> Sent: Sunday, January 06, 2002 11:37 PM
> To: pgsql-jdbc
> Subject: [JDBC] bytea column support (Postgresql 7.1.3)
>
>
> Hi all,
> I'm interested in implementing the column type bytea (bytes[]) support
> since Apache Turbine would like to use Postgresql and I might use it at
> work, can any one suggest an overall strategy (which files to look at
> like Connection.java, Field.java, etc...). Or it is going to be
> supported in 7.2? I'm pretty new to the Postgresql JDBC driver code
> except a little patch here and there.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-01-08 03:20:58 Re: bytea column support (Postgresql 7.1.3)
Previous Message Laurette Cisneros 2002-01-08 01:39:14 Re: best way to use bitvarying?