Re: [HACKERS] Proposal for XML Schema Validation

2013-09-05 Thread Kodamasimham Pridhvi (MT2012066)
On 2013-08-09 14:14:34, Craig Ringer wrote: Well, if you're planning on relying on libxml in core (and it'll have to be in core if you're adding new syntax) then you'll need a solid, well researched answer to that one or an alternative XML library that's portable and doesn't have those

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-12 Thread Kodamasimham Pridhvi (MT2012066)
On Sat, 10 Aug 2013 09:33:05 -0700, Noah Misch , wrote: Note that PostgreSQL 8.3 had xmlvalidate() for a time; commit we found that, xmlvalidate() was for checking well formedness of an xml doc, not for validating against xml schema, we inferred this from Release note of 8.2 for reference,

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-10 Thread Noah Misch
On Thu, Aug 08, 2013 at 04:42:11AM +, Kodamasimham Pridhvi (MT2012066) wrote: With reference to Add XML Schema validation and xmlvalidate functions (SQL:2008) in ToDo list, we have gone through pgsql-mailing list but we didn't find any significant work in this area, so we are

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-09 Thread Bisen Vikrantsingh Mohansingh MT2012036
From: Craig Ringer cr...@2ndquadrant.com Sent: Friday, August 09, 2013 8:27 AM To: Kodamasimham Pridhvi (MT2012066) Cc: pgsql-hackers@postgresql.org; Bisen Vikrantsingh Mohansingh MT2012036 Subject: Re: [HACKERS] Proposal for XML Schema Validation On 08/09/2013

FW: [HACKERS] Proposal for XML Schema Validation

2013-08-09 Thread Kodamasimham Pridhvi (MT2012066)
Subject: Re: [HACKERS] Proposal for XML Schema Validation On 08/09/2013 12:39 AM, Kodamasimham Pridhvi (MT2012066) wrote: Objective: To Add XML Schema validation and xmlvalidate functions (SQL:2008) Description: We’ve gone through current support of xml in postgreSQL and found

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-09 Thread Kodamasimham Pridhvi (MT2012066)
Subject: Re: [HACKERS] Proposal for XML Schema Validation On 08/09/2013 12:39 AM, Kodamasimham Pridhvi (MT2012066) wrote: Objective: To Add XML Schema validation and xmlvalidate functions (SQL:2008) Description: We’ve gone through current support of xml in postgreSQL and found

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-09 Thread Bisen Vikrantsingh Mohansingh MT2012036
Mohansingh MT2012036; r...@iiitb.ac.in Subject: Re: [HACKERS] Proposal for XML Schema Validation On 08/08/2013 12:42 AM, Kodamasimham Pridhvi (MT2012066) wrote: Hello pgsql-hackers , With reference to Add XML Schema validation and xmlvalidate functions (SQL:2008) in ToDo list, we have gone

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-09 Thread Craig Ringer
On 08/09/2013 05:55 PM, Kodamasimham Pridhvi (MT2012066) wrote: (B) Alter Table Only sole purpose of making use of keyword USE_SCHEMA is to mimic oracle (somewhere on oracle site i found this type of syntax) Well, there's certainly precedent for that - see to_char, the various

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-09 Thread Tom Lane
Craig Ringer cr...@2ndquadrant.com writes: On 08/09/2013 05:55 PM, Kodamasimham Pridhvi (MT2012066) wrote: Only sole purpose of making use of keyword USE_SCHEMA is to mimic oracle (somewhere on oracle site i found this type of syntax) Well, there's certainly precedent for that - see

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-09 Thread Bisen Vikrantsingh Mohansingh MT2012036
Bangalore From: Craig Ringer cr...@2ndquadrant.com Sent: Friday, August 09, 2013 8:27 AM To: Kodamasimham Pridhvi (MT2012066) Cc: pgsql-hackers@postgresql.org; Bisen Vikrantsingh Mohansingh MT2012036 Subject: Re: [HACKERS] Proposal for XML Schema Validation On 08

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-08 Thread Andrew Dunstan
On 08/08/2013 12:42 AM, Kodamasimham Pridhvi (MT2012066) wrote: Hello pgsql-hackers , With reference to Add XML Schema validation and xmlvalidate functions (SQL:2008) in ToDo list, we have gone through pgsql-mailing list but we didn't find any significant work in this area, so we are

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-08 Thread Kodamasimham Pridhvi (MT2012066)
: pgsql-hackers@postgresql.org; Bisen Vikrantsingh Mohansingh MT2012036; r...@iiitb.ac.in Subject: Re: [HACKERS] Proposal for XML Schema Validation On 08/08/2013 12:42 AM, Kodamasimham Pridhvi (MT2012066) wrote: Hello pgsql-hackers , With reference to Add XML Schema validation and xmlvalidate

Re: [HACKERS] Proposal for XML Schema Validation

2013-08-08 Thread Craig Ringer
On 08/09/2013 12:39 AM, Kodamasimham Pridhvi (MT2012066) wrote: Objective: To Add XML Schema validation and xmlvalidate functions (SQL:2008) Description: We’ve gone through current support of xml in postgreSQL and found that there