standard LOB support

From: "EBIHARA, Yuichiro" <ebihara(at)iplocks(dot)co(dot)jp>
To: <pgsql-general(at)postgresql(dot)org>
Subject: standard LOB support
Date: 2007-06-18 11:41:59
Message-ID: 005d01c7b19d$b1387ec0$4a0aa8c0@ipljp.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sabin Coanda 2007-06-18 12:24:22 Re: statistics on CRUD operations
Previous Message Francisco Reyes 2007-06-18 11:29:25 Re: pg_restore out of memory

Browse pgsql-jdbc by date

  From Date Subject
Next Message Christopher Hunt 2007-06-18 12:34:23 Literal vs parameterized 'timestamp with time zone' value
Previous Message Albe Laurenz 2007-06-18 10:18:41 SSL support for javax.sql.DataSource