standard LOB support

Поиск
Список
Период
Сортировка
От EBIHARA, Yuichiro
Тема standard LOB support
Дата
Msg-id 005d01c7b19d$b1387ec0$4a0aa8c0@ipljp.local
обсуждение исходный текст
Ответы Re: standard LOB support
Список pgsql-general
Hi,

I'm developing a software that supports several RDBMSs including PostgreSQL.

The software needs an ability to handle large objects and now it uses 'bytea' datatype for binary
data and 'text' for text data.
But for portability, I'd rather use BLOB and CLOB defined by the SQL standards indeed.

Is there any plan to support BLOB and CLOB in future releases?

Thanks in advance,

ebi



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

Предыдущее
От: Francisco Reyes
Дата:
Сообщение: Re: pg_restore out of memory
Следующее
От: "Sabin Coanda"
Дата:
Сообщение: Re: statistics on CRUD operations