Re: pgsql: Allow for arbitrary data types as content

From: Neil Conway <neilc(at)samurai(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Allow for arbitrary data types as content
Date: 2007-01-12 21:00:01
Message-ID: 1168635601.6174.5.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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: enumeration value 'IS_XMLELEMENT' not
handled in switch
% gcc --version
gcc (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)

-Neil

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2007-01-12 21:47:27 pgsql: Use XML output escaping also in XMLFOREST.
Previous Message Bruce Momjian 2007-01-12 20:06:10 pgsql: Update to_char("CC") description.