Re: Backslashes in 8.2 still escape, hwo to disable?

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: ken(at)kensystem(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Backslashes in 8.2 still escape, hwo to disable?
Date: 2006-09-30 00:39:05
Message-ID: 1159576745.31992.36.camel@dogma.v10.wvs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2006-09-30 02:41:17 Re: Do non-sequential primary keys slow performance significantly??
Previous Message Reece Hart 2006-09-30 00:23:52 Re: using schema's for data separation