Re: BUG #6241: JDBC: blob doesnot work with bytea

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Stefan Franke <stefan(at)franke(dot)ms>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6241: JDBC: blob doesnot work with bytea
Date: 2011-10-19 12:02:22
Message-ID: CA+Tgmoatnfm9HBGDaiAxkSc_qriceiJfvFQ6C=x=_7_xgq5E-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Oct 6, 2011 at 4:26 AM, Stefan Franke <stefan(at)franke(dot)ms> wrote:
>
> The following bug has been logged online:
>
> Bug reference:      6241
> Logged by:          Stefan Franke
> Email address:      stefan(at)franke(dot)ms
> PostgreSQL version: 9.1
> Operating system:   any
> Description:        JDBC: blob doesnot work with bytea
> Details:
>
> To persist a blob you can also use bytea. Unfortunately the JDBC driver does
> not support this.

I think you'll need to raise this issue on the pgsql-jdbc mailing
list, as this list is only for bugs in the core distribution.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2011-10-19 12:04:00 Re: Compile bug: 9.1.1 with dtrace on OpenIndiana 151a (OpenSolaris 5.11)?
Previous Message Robert Haas 2011-10-19 12:01:02 Re: BUG #6253: JDBC driver: getIndexInfo() returns quotes around quoted column names