Tom Lane wrote:
> [EMAIL PROTECTED] writes:
>
>> When overwriting an lo with a larger lo, the old data is not overwritten. This was
>supposed to be fixed in 6.5, but it happens in 7.0.3
>
> Please try your test case in 7.1beta3 or later. The large-object
> support has been rather completely r
I have the following tables and indexes
CREATE TABLE cddb
(
id integer PRIMARY KEY,
/* artist name */
name text,
/* disk title */
title text,
/* the type of the artist group, person, orchestra*/
type smallint,
/* the creation date */
created integer
);
CREATE INDEX cddb1