Re: pqlib large object error - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: pqlib large object error
Date
Msg-id 26209.1213139125@sss.pgh.pa.us
Whole thread Raw
In response to pqlib large object error  (Edward Amsden <amsden_linux@embarqmail.com>)
Responses Re: pqlib large object error  (Edward Amsden <amsden_linux@embarqmail.com>)
List pgsql-interfaces
Edward Amsden <amsden_linux@embarqmail.com> writes:
> On Tue, 2008-06-10 at 16:49 -0400, Tom Lane wrote:
>> Hmph.  The only thing I can think of is that that index is corrupt,
>> but it seems unlikely that it would be so in all databases.  What
>> happens if you REINDEX pg_largeobject?

> The error has disappeared.

Hmm, so something did happen to your index.

> Now it can't write to the object. lo_open
> seems to be successful, but lo_write is failing with:
>> ERROR:  invalid large-object descriptor: 0

You forgot to put the open-and-use-descriptor sequence inside a 
BEGIN block.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Edward Amsden
Date:
Subject: Re: pqlib large object error
Next
From: Edward Amsden
Date:
Subject: Re: pqlib large object error