Re: lo_import problems - Mailing list pgsql-interfaces

From Karel Zak
Subject Re: lo_import problems
Date
Msg-id Pine.LNX.3.96.1000419104717.32712B-100000@ara.zf.jcu.cz
Whole thread Raw
In response to lo_import problems  (Igor Gavriloff <igor@nupes.cefetpr.br>)
List pgsql-interfaces
On Tue, 18 Apr 2000, Igor Gavriloff wrote:

> Hi,
> 
>     I'm trying to write an script in Perl5 that do an lo_import, but
> using the one that the perl interface offers returns an oid equal to
> zero:
> 
> ...
> $conn = Pg::connectdb("dbname=test");
BEGIN;

> $lobjId = $conn->lo_import($file);
COMMIT;
                Karel



pgsql-interfaces by date:

Previous
From: Ivo Simicevic
Date:
Subject: Inserting NULL with pgaccess
Next
From: Guillaume Rousse
Date:
Subject: Is this usage correct ?