Re: Backslashes in 8.2 still escape, hwo to disable? - Mailing list pgsql-general

From Jeff Davis
Subject Re: Backslashes in 8.2 still escape, hwo to disable?
Date
Msg-id 1159576745.31992.36.camel@dogma.v10.wvs
Whole thread Raw
In response to Backslashes in 8.2 still escape, hwo to disable?  (Ken Johanson <pg-user@kensystem.com>)
Responses Re: PG Rocks! (was:Backslashes in 8.2 still escape, hwo  (Ken Johanson <pg-user@kensystem.com>)
List pgsql-general
On Fri, 2006-09-29 at 18:12 -0600, Ken Johanson wrote:
> Hi,
>
> I'm trying out the new 8.2 beta; the following query:
>
> select 'ab\cd'; yields:    abcd, not ab\cd.
>
> Is there a setting I'd need to switch to enable the ANSI/ISO escape
> behavior? I am using the JDBC driver; not sure if that could be the
> culprit..

standard_conforming_strings

Regards,
    Jeff Davis


pgsql-general by date:

Previous
From: Ken Johanson
Date:
Subject: Backslashes in 8.2 still escape, hwo to disable?
Next
From: Reece Hart
Date:
Subject: Re: using schema's for data separation