could not open server file - Mailing list pgsql-bugs

From beulah prasanthi
Subject could not open server file
Date
Msg-id 70c5fd1a1001082336p349b1a5ej3fccb870db15237e@mail.gmail.com
Whole thread Raw
List pgsql-bugs
Helo
     I am beulah i am using postgres 8.4 in my java project using jdk6
    i created a table image and i gave datatype for image is oid
   and i want to import my image from client i gave like
INSERT INTO image
 VALUES(1,'fruit', (lo_import('C:\\My Pictures\\sample.jpg')));

 Error : could not open server file C:\\My Pictures\\sample.jpg No such file
or directory
can u help me please

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #5269: postgres backend terminates with SIGSEGV
Next
From: Tom Lane
Date:
Subject: Re: BUG #5270: escape warning even with standard behavior