Re: Updated XML patch

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Updated XML patch
Date: 2006-12-19 14:45:38
Message-ID: 200612191445.kBJEjdM19223@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Peter Eisentraut wrote:
> Here is an updated updated XML patch. Unless there are objections of
> the sort that this approach is totally wrong or there is crash
> potential, I'd like to get this committed this week and fill in the
> gaps next year.

Great. The XML section of the datatypes documentation will need to be
updated. I can do that once you are done.

---------------------------------------------------------------------------

> Old News:
>
> > Attached is an updated patch for XML functionality, which subsumes
> > all earlier patches on the subject. This includes a data type with
> > format checking, and functions to mangle values. For the moment, I
> > have cut out the inessential stuff such as xpath. The included
> > regression test file xml.sql shows some of the things that work.
> >
> > This patch already covers most of the parser work. What is left
> > hereafter is adjusting all the corner cases, the escaping rules, and
> > the various XML parser behaviors.
> >
> > Use configure --with-libxml to build.
>
> --
> Peter Eisentraut
> http://developer.postgresql.org/~petere/

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2006-12-19 14:58:48 Re: [HACKERS] Enums patch v2
Previous Message Andrew Dunstan 2006-12-19 14:34:27 Re: Enums patch v2