Re: [BUGS] BUG #4774: Bug with use execute+xml+xml_encode_special_chars

2009-05-13 Thread Tom Lane
"Nickolay" writes: > Description:Bug with use execute+xml+xml_encode_special_chars There will be a patch for this in 8.4beta2. I'm not prepared to risk back-patching it into 8.3 now, however; it's a nontrivial change. Perhaps after it's gotten a bit of field testing in 8.4 ...

Re: [BUGS] BUG #4774: Bug with use execute+xml+xml_encode_special_chars

2009-04-22 Thread Tom Lane
"Nickolay" writes: > [ install contrib/xml2 and run this function twice: ] > CREATE OR REPLACE FUNCTION bbb() > RETURNS xml AS > $BODY$ > BEGIN > execute 'select public.xml_encode_special_chars(''1+1'')'; > return 'Hello'; > END; > $BODY$ > LANGUAGE 'plpgsql' VOLATILE STRICT SECUR

Re: [BUGS] BUG #4774: Bug with use execute+xml+xml_encode_special_chars

2009-04-22 Thread Tom Lane
"Nickolay" writes: > Hello. It's definitely a bug: So what is public.xml_encode_special_chars()? regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs