"Lothar" writes:
> To switch off the escape character behavior, I changed the entry in
> postgresql.conf to
> #standard_conforming_strings = on
Um, if you didn't remove the # comment marker, that line wouldn't
do anything ...
regards, tom lane
--
Sent via pgsql-bugs ma
The following bug has been logged online:
Bug reference: 5270
Logged by: Lothar
Email address: lotharbonga...@hotmail.com
PostgreSQL version: 8.4
Operating system: Windows XP Professioanl
Description:escape warning even with standard behavior
Details:
I am migrating
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