Large Objects - Mailing list pgsql-docs

From Peter Eisentraut
Subject Large Objects
Date
Msg-id Pine.LNX.4.30.0109151631080.680-100000@peter.localdomain
Whole thread Raw
Responses Re: Large Objects  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
Chapter 2, Programmer's Guide says:

| In Postgres, data values are stored in tuples and individual tuples
| cannot span data pages. Since the size of a data page is 8192 bytes, the
| upper limit on the size of a data value is relatively low. To support the
| storage of larger atomic values, Postgres provides a large object
| interface.

This is relatively untrue.  We need to come up with a better reason for
why the large object interface exists, if only because the above *used* to
be true.

Any ideas?

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-docs by date:

Previous
From: Justin Clift
Date:
Subject: Do we have a section for HW optimisation yet?
Next
From: Tom Lane
Date:
Subject: Re: Large Objects