Re: #escape_string_warning = off
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Peter Eisentraut <peter_e@gmx.net>, Oliver Jowett <oliver@opencloud.com>, Jeff Davis <jdavis-pgsql@empires.org>, pgsql-hackers@postgresql.org, Marko Kreen <marko@l-t.ee>, "Joshua D. Drake" <jd@commandprompt.com>
Date: 2005-08-08T20:57:17Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes: > Peter Eisentraut wrote: >> The correct lingo would be standard_conforming_strings. I'm going to change >> that. > Sounds good. No problem here either. > Another question is whether this should be backpatched to > our next 7.4.X or 8.0.X release as read-only variables. Unnecessary; any client code written to use this need only assume that absence of the parameter means the old behavior. regards, tom lane