Re: [BUGS] could not open server file

2010-01-10 Thread Robert Haas
On Sun, Jan 10, 2010 at 10:22 AM, Kevin Grittner kevin.gritt...@wicourts.gov wrote: Error : could not open server file C:\\My Pictures\\sample.jpg No such file or directory Anyway, do you have standard_conforming_strings turned on? Good question. Another thought would be whether the OP is

[BUGS] could not open server file

2010-01-09 Thread beulah prasanthi
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