Re: Backslashes in string literals - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Backslashes in string literals
Date
Msg-id 200512091726.jB9HQ3517110@candle.pha.pa.us
Whole thread Raw
In response to Re: Backslashes in string literals  (Peter Eisentraut <peter_e@gmx.net>)
List 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@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Backslashes in string literals
Next
From: Bruce Momjian
Date:
Subject: Re: Log of CREATE USER statement