Re: Backslashes in string literals

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Subject: Re: Backslashes in string literals
Date: 2005-12-09 17:26:03
Message-ID: 200512091726.jB9HQ3517110@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
> Kevin Grittner wrote:
> > direction PostgreSQL is headed is to drop the nonstandard escapes,
> > unless an extended literal is explicitly used. I've attached a patch
> > which supports this as a configure option, using a
> > --enable-standard-strings switch.
>
> There is already a run-time configuration option
> standard_conforming_strings which does what you seem to have in mind.

Yes, but right now it is read-only. We didn't have time to allow it to
be set to true in this release. I think it has to wait for 8.2.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-09 17:28:55 Re: Log of CREATE USER statement
Previous Message Peter Eisentraut 2005-12-09 17:24:28 Re: Backslashes in string literals