Re: XML schemas and PG column names

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: XML schemas and PG column names
Date: 2009-12-12 15:53:40
Message-ID: 5962.1260633220@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> I propose that we annotate the schema section RowType elements with the
> original names, so we would have something like this in the schema section:

1. Is that legal per the SQL/XML spec?

2. What happens when the column name contains characters that would have
to be escaped, such as "<" --- haven't you just replaced one de-escaping
problem with another?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-12-12 16:51:17 Re: XML schemas and PG column names
Previous Message Andrew Dunstan 2009-12-12 15:42:59 XML schemas and PG column names