Re: Problem escaping, nonstandard use of \\ in a string literal

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Warren Bell <warren(at)clarksnutrition(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem escaping, nonstandard use of \\ in a string literal
Date: 2008-08-14 03:19:56
Message-ID: 27407.1218683996@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Warren Bell <warren(at)clarksnutrition(dot)com> writes:
> I am having a problem with escaping characters after upgrading to 8.3. I
> have changed the postgresql.conf file to contain:
> standard_conforming_strings = on
> ...
> I am not escaping this character in my code. I am assuming that the
> driver is escaping it. I am using the postgresql-8.3-603.jdbc3.jar as
> the driver.

Does 8.3-603 claim to support standard_conforming_strings = on?
(That's an honest question --- I don't know.)

I think you should probably be asking about this on pgsql-jdbc.
You're more likely to get a knowledgeable answer there.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joost Kraaijeveld 2008-08-14 05:26:16 Re: In-place conversion of type bool
Previous Message Warren Bell 2008-08-14 02:04:02 Problem escaping, nonstandard use of \\ in a string literal