Re: Re: [BUGS] BUG #4027: backslash escapingnotdisabled inplpgsql

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Bruce Momjian" <bruce@momjian.us>,"Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Jonathan Guthrie" <jguthrie@brokersys.com>, "Peter Eisentraut" <peter_e@gmx.net>, "PostgreSQL-development" <pgsql-hackers@postgresql.org>
Date: 2009-04-10T20:23:52Z
Lists: pgsql-bugs, pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote: 
> do we want to look at making plpgsql respect the GUC?
 
+1
 
> I'm inclined to deal with the special case (RAISE and anything else
> similar) by changing the code so that we *do* feed the string
> literal through the main parser, not for any functional effect but
> just to have it throw the right warnings/errors.
 
+1
 
-Kevin