Re: Possible bug with BYTEA and JDBC

From: Gregory Kotsaftis <gregkotsaftis(at)yahoo(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Possible bug with BYTEA and JDBC
Date: 2010-02-14 20:40:54
Message-ID: 120534.58062.qm@web35307.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-jdbc

Kris you are without a doubt a life saver!
Being new to blobs altogether, this issue gave me a really hard time for more than a week! Thanks for the possible solutions (I will probably go with 2 or 1).
Thank you very much (and I REALLY mean it!)
Greg :)

--- On Sun, 2/14/10, Kris Jurka <books(at)ejurka(dot)com> wrote:

> From: Kris Jurka <books(at)ejurka(dot)com>
> Subject: Re: [BUGS] Possible bug with BYTEA and JDBC
> To: "Gregory Kotsaftis" <gregkotsaftis(at)yahoo(dot)com>
> Cc: pgsql-bugs(at)postgresql(dot)org
> Date: Sunday, February 14, 2010, 4:42 PM
>
>
> On Sat, 13 Feb 2010, Gregory Kotsaftis wrote:
>
> > postgresql-8.4-701.jdbc4.jar
> > postgresql-8.5alpha3
> >
> > I followed the steps in the blob tutorial and tried to
> test the BYTEA example:
>
> The 8.5/9.0 release has changed the default bytea output
> format and the 8.4 JDBC driver does not support it. 
> You've got a couple of options:
>
> 1) Change the bytea format back to the 8.4 supported
> format.  Set bytea_output = escape in your
> postgresql.conf.
>
> 2) Build the JDBC driver from CVS which does support the
> new format.
>
> 3) Use an 8.4 server.
>
> Kris Jurka
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sadao Hiratsuka 2010-02-15 04:41:22 BUG #5326: The 2nd update of a table which has foreign keys is blocked.
Previous Message IP 2010-02-14 20:15:25 Re: BUG #5318: Inconsistent PHP pg_result_error_field PGSQL_DIAG_SOURCE_FUNCTION across instalations

Browse pgsql-jdbc by date

  From Date Subject
Next Message Gregory Kotsaftis 2010-02-15 07:48:27 Re: [BUGS] Possible bug with BYTEA and JDBC
Previous Message Kris Jurka 2010-02-14 14:44:54 Re: [BUGS] Possible bug with BYTEA and JDBC