Re: [PATCHES] xml2 contrib patch supporting default XML namespaces - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PATCHES] xml2 contrib patch supporting default XML namespaces
Date
Msg-id 200706011932.l51JWH610865@momjian.us
Whole thread Raw
In response to Re: [PATCHES] xml2 contrib patch supporting default XML namespaces  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote:
> Mike Rylander wrote:
> > I understand that XML support is planned and at least partially
> > implemented for 8.3, but many production instances will be unable
> > (or, in fact, unwilling) to upgrade to 8.3 for quite some time.
> > ?Because this patch is completely backward compatible it can
> > (theoretically) be included in future 8.1 and 8.2 releases, and for
> > those of us that need more full XML support in the short term the
> > upgrade of a contrib module is probably a very viable option -- it is
> > for me, anyway.
>
> 8.3 contains XPath support which should cover the issue that this patch
> addresses.  (Might wanna check.)  Since we're not going to put new
> features into earlier releases, and contrib modules are not necessarily
> source backward-compatible, I don't think this patch has a place in a
> future PostgreSQL release.

Agreed.  XML is now more stabilized in the backend than when the patch
appeared, and it doesn't make sense to add features to an interface that
is to be used only for backward compatability.

Patch rejected.

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: Command tags in create/drop scripts
Next
From: "Mike Rylander"
Date:
Subject: Re: [PATCHES] xml2 contrib patch supporting default XML namespaces