BUG #2823: API largeobject calls

From: "Gregor" <gtm2(at)interia(dot)pl>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2823: API largeobject calls
Date: 2006-12-11 18:42:57
Message-ID: 200612111842.kBBIgvX6002126@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2823
Logged by: Gregor
Email address: gtm2(at)interia(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Milen A. Radev 2006-12-12 00:23:34 Re: GRANT RULE IN 8.2
Previous Message Prischepa Vladimir 2006-12-11 10:50:06 GRANT RULE IN 8.2