Re: Re: 7.2 items

Hannu Krosing <hannu@tm.ee>

From: Hannu Krosing <hannu@tm.ee>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, Thomas Swan <tswan@olemiss.edu>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2001-06-27T18:33:35Z
Lists: pgsql-hackers
Peter Eisentraut wrote:
> 
> Hannu Krosing writes:
> 
> > as we have now and unlimited rowlength it seems to be more of an
> > interface issue than the actual implementation one (mod seek/read).
> 
> unlimited = 2 GB, IIRC

Yes, about that unlimited ;)

> > Is there an ISO/ANSI SQL interface to BLOB's defined someplace ?
> 
> It's basically no different from regular character strings, i.e.,
> substring(), position(), ||, etc.

So no standard seek/read/write type interface ?

------------
Hannu