Re: [COMMITTERS] pgsql: Allow for arbitrary data types as content

2007-01-12 Thread Neil Conway
On Fri, 2007-01-12 at 12:29 -0400, Peter Eisentraut wrote: > Allow for arbitrary data types as content in XMLELEMENT. The original > coercion to type xml was a mistake. Escape values so they are valid > XML character data. parse_expr.c: In function 'transformXmlExpr': parse_expr.c:1452: warning:

[COMMITTERS] pgsql: Allow for arbitrary data types as content in XMLELEMENT.

2007-01-12 Thread Peter Eisentraut
Log Message: --- Allow for arbitrary data types as content in XMLELEMENT. The original coercion to type xml was a mistake. Escape values so they are valid XML character data. Modified Files: -- pgsql/src/backend/parser: parse_expr.c (r1.205 -> r1.206) (ht