Re: SQL/XML extension

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SQL/XML extension
Date: 2005-09-09 08:46:41
Message-ID: dfr7k6$1t9l$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


"Andrew Dunstan" <andrew(at)dunslane(dot)net> wrote
>
> IIRC, Peter Eisentraut noted a while ago that implementing the SQL/XML
> functions properly would require building them into the postgresql parser
> as special cases. That of course would mean we wouldn't be using the
> extension mechanism, and is something we should normally shy away from,
> but I think it could be contemplated for something that is in the
> standard.
>

I guess the reason why SQL/XML should be built into the main parser is the
same as PL/PGSQL. But how did DB2 make it in an extendor way(
http://www-306.ibm.com/software/data/db2/extenders/xmlext/ )? Maybe they
have two copies of SQL parser, one has the basic SQL grammar, the other is
the basic SQL grammar plus or integrated with XML support, once XML extendor
is installed, the basic one will be replaced?

Regards,
Qingqing

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2005-09-09 10:24:30 Re: statement logging / extended query protocol issues
Previous Message Dave Page 2005-09-09 07:25:29 Re: initdb profiles