Re: XML Support related questions - Mailing list pgsql-general

From Stephane Bortzmeyer
Subject Re: XML Support related questions
Date
Msg-id 20080523121652.GA13976@nic.fr
Whole thread Raw
In response to XML Support related questions  ("Brijesh Shrivastav" <Bshrivastav@esri.com>)
List pgsql-general
On Thu, May 22, 2008 at 11:49:38AM -0700,
 Brijesh Shrivastav <Bshrivastav@esri.com> wrote
 a message of 251 lines which said:

> 2) Is there plan in near future to support XML schema validation i.e
> to ensure inserted xml document conforms to a preregistered set of
> XML schemas.

It seems quite heavy to put this into PostgreSQL. There are at least
three commonly used XML schema languages (four if you consider
Schematron) and the existing free code in C/C++ is far from perfect.

May be starting with a server-side function, as a proof of concept?


pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: F-Secure and PostgreSQL
Next
From: "Merlin Moncure"
Date:
Subject: Re: Is this correct usage of generate_series?