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