BUG #2823: API largeobject calls - Mailing list pgsql-bugs

From Gregor
Subject BUG #2823: API largeobject calls
Date
Msg-id 200612111842.kBBIgvX6002126@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2823: API largeobject calls  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2823
Logged by:          Gregor
Email address:      gtm2@interia.pl
PostgreSQL version: 8.2, 8.1
Operating system:   Windows
Description:        API largeobject calls
Details:

Hello,
API funtions lo_open, lo_write, lo_import don't work.
While lo_create returns positive integr value ( and the record with this
loid is inserted into pg_largeobject table) lo_open return always zero
value
with when this non-zero positive loid value obtained from lo_create is
passed to lo_open. And lo_write returns -1 when this zero value obtained
from lo_open is passed to lo_write.

pgsql-bugs by date:

Previous
From: Edwin Groothuis
Date:
Subject: Re: BUG #2821: xid cannot be casted to a different type
Next
From: Edwin Groothuis
Date:
Subject: Re: BUG #2821: xid cannot be casted to a different type