Re: Retrieving bytea column problem - they're are sometimes truncated

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mike(at)atlassian(dot)com
Cc: "Barry Lind" <barry(at)xythos(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Retrieving bytea column problem - they're are sometimes truncated
Date: 2001-11-19 05:44:42
Message-ID: 11359.1006148682@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

"Mike Cannon-Brookes" <mike(at)atlassian(dot)com> writes:
> Any ideas on this? Do I need to install 7.2 beta to use bytea columns?

No, bytea's been around for a long time. I'm betting that you are
looking at a bug in the JDBC driver ... but I don't know enough about
JDBC to help debug it.

A possible starting point: do you see similar truncation on long
values of non-bytea types, eg text?

regards, tom lane

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message tony 2001-11-19 15:26:14 JSP assistance - off topic a little
Previous Message Mike Cannon-Brookes 2001-11-19 05:22:33 Re: Retrieving bytea column problem - they're are sometimes truncated