Re: Unanswered questions about Postgre - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Unanswered questions about Postgre
Date
Msg-id 200012112244.RAA03804@candle.pha.pa.us
Whole thread Raw
In response to Re: Unanswered questions about Postgre  (Joe Kislo <postgre@athenium.com>)
Responses Re: Unanswered questions about Postgre  (fabrizio.ermini@sysdat.it)
List pgsql-general
> > What I think we _really_ need is a large object interface to TOAST data.
> > We already have a nice API, and even psql local large object handling.
> >
> > If I have a file that I want loaded in/out of a TOAST column, we really
> > should make a set of functions to do it, just like we do with large
> > objects.
> >
> > This an obvious way to load files in/out of TOAST columns, and I am not
> > sure why it has not been done yet.  I am afraid we are going to get
> > critisized if we don't have it soon.
>
>     Okay, let me criticize you now then :)  (just kidding)  Over the past
> month I've been trying out postgre for two reasons.  I've posted a
> number of questions to this mailing list, and the postgre community has
> been extremely responsive and helpful.  Kudos to everybody working on
> postgre.  Most of my questions have been along the line of asking why a
> particular feature works differently then in other databases, or why
> postgre seemed to act in an illogical fashion (such as corrupting my
> database).

Yes, this was my point.  We now have TOAST, but by not going the extra
mile to enable storage of binary files, we really aren't taking full
advantage of our new TOAST feature.

I can see people saying, "Wow, you can store rows of unlimited length
now.  Let me store this jpeg.  Oh, I can't because it is binary!"

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Joe Kislo
Date:
Subject: Re: Unanswered questions about Postgre
Next
From: Peter Eisentraut
Date:
Subject: Re: Unanswered questions about Postgre