Re: Backslashes in string literals

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Subject: Re: Backslashes in string literals
Date: 2005-12-09 17:24:28
Message-ID: 200512091824.28760.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-09 17:26:03 Re: Backslashes in string literals
Previous Message Bruce Momjian 2005-12-09 17:23:45 Re: Backslashes in string literals