From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com> |
Subject: | Re: A small step towards more organized beta testing |
Date: | 2011-05-03 20:36:48 |
Message-ID: | 201105032236.48691.andres@anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tuesday, May 03, 2011 10:33:03 PM Alvaro Herrera wrote:
> Excerpts from Josh Berkus's message of mar may 03 16:59:54 -0300 2011:
> > Hackers,
> >
> > And we have our first useful test reports. Please see these tests:
> >
> > 5/3/2011 8:01:29 -- issue with escaping quotes in functions.
>
> Is this about standard_conforming_strings flipping default?
The report on the website cites the example:
CREATE OR REPLACE FUNCTION test() RETURNS void AS '
DECLARE
BEGIN
SELECT \'test\';
END;
' LANGUAGE plpgsql;
So yes, thats standard_conforming_strings.
Andres
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2011-05-03 20:38:39 | Re: A small step towards more organized beta testing |
Previous Message | Alvaro Herrera | 2011-05-03 20:33:03 | Re: A small step towards more organized beta testing |