Re: Re: 7.2 items

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Thomas Swan <tswan(at)olemiss(dot)edu>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: 7.2 items
Date: 2001-06-27 05:11:57
Message-ID: 3B396B1D.364177B9@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
>
> > Bruce Momjian wrote:
> > >
> > > > Please, consider a BLOB column type without having to do lo_import,
> > > > lo_export.
> > >
> > > Yep, big needed item.
> >
> > as we have now and unlimited rowlength it seems to be more of an
> > interface issue than the actual implementation one (mod seek/read).
> >
> > Is there an ISO/ANSI SQL interface to BLOB's defined someplace ?
>
> Yes, clearly interface. Someone is working on code to insert/export
> binary stuff using bytea and base64 encoding. Seems like a good idea.

Will there also be support current file-like BLOB ops like seek and
read(n) ?

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Huxton 2001-06-27 07:00:01 Re: Bug in createlang?
Previous Message Bruce Momjian 2001-06-27 02:34:16 Re: Re: Encrypting pg_shadow passwords