Re: Binary Large Data on Postgres

Поиск
Список
Период
Сортировка
От David Wall
Тема Re: Binary Large Data on Postgres
Дата
Msg-id 018a01c0aca2$8c63bd00$5a2b7ad8@expertrade.com
обсуждение исходный текст
Ответ на Binary Large Data on Postgres  ("Torsten Krämer" <tk@kreakom.de>)
Список pgsql-general
> i want to store my binary data such as Images,PDFs etc. in a database.
> In Postgres doesn't exists the data type BLOB.
> So i Have to store it an text field, haven't i ?
> How long can a text field be?

Use datatype OID for blobs.  If you also use JDBC, then use the
setBytes()/getBytes() method to store/retrieve the blob.

David


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

Предыдущее
От: "Brent R. Matzelle"
Дата:
Сообщение: Re: Timestamp interval question
Следующее
От:
Дата:
Сообщение: re : Please Help