Re: Large Objects - Mailing list pgsql-docs

From Tom Lane
Subject Re: Large Objects
Date
Msg-id 16936.1000619781@sss.pgh.pa.us
Whole thread Raw
In response to Large Objects  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
Peter Eisentraut <peter_e@gmx.net> writes:
> 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.

Other than backwards compatibility, the only usefulness of the LO
interface (IMHO) is that it provides random access to LO contents ---
ie, the ability to read or write small chunks of a large value.
TOAST can't completely replace LOs until we have a similar capability
for large toasted values.

            regards, tom lane

pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Large Objects
Next
From: Justin Clift
Date:
Subject: Re: [GENERAL] SQL Server to PostgreSQL HOWTO