Re: Blobs in PostgreSQL

Поиск
Список
Период
Сортировка
От Gunnar Rønning
Тема Re: Blobs in PostgreSQL
Дата
Msg-id m21yo6flbv.fsf@smaug.polygnosis.com
обсуждение исходный текст
Ответ на Re: Blobs in PostgreSQL  (Alex Pilosov <alex@pilosoft.com>)
Ответы Re: Blobs in PostgreSQL  (Alex Pilosov <alex@pilosoft.com>)
Список pgsql-general
* Alex Pilosov <alex@pilosoft.com> wrote:
|
|
| b) the above is rarely necessary now, that there is no limit on amount of
| data you can put into one tuple (due to TOASTing of tuples). To store
| binary data, you should use bytea type and it has infinite (well, 4G)
| limit of data.

Well, the bytea datatype is not supported by the JDBC driver.
Also it is not documented in the datatype section of the manual.


--
Gunnar Rønning - gunnar@polygnosis.com
Senior Consultant, Polygnosis AS, http://www.polygnosis.com/

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

Предыдущее
От: Ryan Mahoney
Дата:
Сообщение: Re: Complicated query... is there a simpler way?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Bug in createlang?