Re: Data type for storing images?

Поиск
Список
Период
Сортировка
От David Wall
Тема Re: Data type for storing images?
Дата
Msg-id 001701c0aa99$e419fb00$5a2b7ad8@expertrade.com
обсуждение исходный текст
Ответ на Data type for storing images?  (<drevil@sidereal.kz>)
Список pgsql-general
> bytea is probably your best bet.  The 8k limit is toast in 7.1, btw.

If you're using JDBC, you may not be able to get bytea types to work.  I was
able to get the SQL type OID to work with JDBC's get/setBytes() methods.
You may also want to use 7.1 since I believe it's large object support is
improved.

David


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

Предыдущее
От: Andrew Rawnsley
Дата:
Сообщение: 'Exotic' Features
Следующее
От: "datactrl"
Дата:
Сообщение: psql win32 version?