Problem with lo_export() and lo_import() from remote machine. - Mailing list pgsql-general

From Purusothaman A
Subject Problem with lo_export() and lo_import() from remote machine.
Date
Msg-id 3650d0d50609090407j237bb710h9bde1675c773925d@mail.gmail.com
Whole thread Raw
Responses Re: Problem with lo_export() and lo_import() from remote machine.  ("Milen A. Radev" <milen@radev.net>)
List pgsql-general
Hi all,

I have problem while using "lo_export()" and "lo_import()" from remote system.

eg:
****
select lo_export(img_file, 'E:\\temp\\1001.jpg') from master where emp_id = '1001';
insert into master(img_file) values(lo_import('E:\\temp\\1001.jpg')) where emp_id = '1001';

Here column "img_file" is OID data type.

The above query works, if I enter from PostgreSQL server machine.
But the same query fails, if I enter from any other client machine in my LAN.

All other queries work well from remote machine, which do not deal OID data type column.

any suggestions would be appreciated.

:)
Purusothaman A


pgsql-general by date:

Previous
From: aBBISh
Date:
Subject: find a free database design software
Next
From: Michelle Konzack
Date:
Subject: This is a Reply to the message "Re: Majordomo drops multi-line Subject:" and I produce a Subject lomger then 80 characters and since the OP is using mutt like me, whats going on here?