Re: Max size for bytea type

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Max size for bytea type
Дата
Msg-id Pine.BSO.4.64.0701210005320.8274@leary2.csoft.net
обсуждение исходный текст
Ответ на Max size for bytea type  ("Do, Leon \(Leon\)" <leondo@alcatel-lucent.com>)
Ответы Re: Max size for bytea type  ("Do, Leon \(Leon\)" <leondo@alcatel-lucent.com>)
Список pgsql-jdbc

On Fri, 19 Jan 2007, Do, Leon (Leon) wrote:

> Hello,
>

When starting a new thread, please don't reply to some other random
message on the list.

> Can someone explain why I cann't get bytea data of more than 1998 bytes?
> Below 1998 size is ok but I got exception if the size is at and above
> 1998.  I used jdbc-8.1-407.jdbc3.jar.
>

Could you provide a complete test case.  What you've written below isn't
entirely clear about what's going on.  I believe bytea decoding
is done correctly.  Perhaps you are doing something like calling
getBinaryStream on a column that is not bytea?

Kris Jurka


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Michael Schmidt"
Дата:
Сообщение: pg_dump in PostgreSQL version 8.2 not working in Java app
Следующее
От: Ken Johanson
Дата:
Сообщение: Re: Synthesize support for Statement.getGeneratedKeys()?