Re: Picture with Postgres and Delphi - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Picture with Postgres and Delphi
Date
Msg-id 20030911181318.GB15433@dcc.uchile.cl
Whole thread Raw
In response to Re: Picture with Postgres and Delphi  (Jonathan Bartlett <johnnyb@eskimo.com>)
List pgsql-general
On Thu, Sep 11, 2003 at 10:08:48AM -0700, Jonathan Bartlett wrote:
> BLOBs are PostgreSQL wierdness from before PostgreSQL had TOAST (which
> removed the 8kb row limit).   See

Actually, blobs were invented by the guys at Interbase many years ago.
There's a nice history on them on the ibphoenix site:
http://www.ibphoenix.com/a4355.htm

The whole TOAST concept uses a very similar mechanism (using a pointer
to an object that's somewhere else), but for toastable fields the
handling is transparent to the user.  That is, the user just gets or
sets the field in the same way he would with any standard datatype.
With blobs, you had to use special syntax.

That's what I know, at least.  I'm sure somebody will correct me if
there's anything wrong.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Pensar que el espectro que vemos es ilusorio no lo despoja de espanto,
sólo le suma el nuevo terror de la locura" (Perelandra, CSLewis)

pgsql-general by date:

Previous
From: Jonathan Bartlett
Date:
Subject: Re: Picture with Postgres and Delphi
Next
From: "Clay Luther"
Date:
Subject: Re: 50K record DELETE Begins, 100% CPU, Never Completes 1 hour later