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

From Ken Johanson
Subject Backslashes in 8.2 still escape, hwo to disable?
Date
Msg-id 451DB665.5000408@kensystem.com
Whole thread Raw
Responses Re: Backslashes in 8.2 still escape, hwo to disable?  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-general
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..

Thanks,
Ken



pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: pg web hosting with tsearch2?
Next
From: Jeff Davis
Date:
Subject: Re: Backslashes in 8.2 still escape, hwo to disable?