Re: [HACKERS] [DOCS] New XML section for documentation

2006-09-16 Thread Tom Lane
I wrote: > ISTM the right answer is to add xml_is_well_formed() in this release > and have xml_valid as an alias for it, with documentation explaining > that xml_valid is deprecated and will be removed in the next release. Not hearing any objection, I've done this. > His patch also adds an xpath_

Re: [HACKERS] [DOCS] New XML section for documentation

2006-09-15 Thread Tom Lane
"Nikolay Samokhvalov" <[EMAIL PROTECTED]> writes: > On 8/26/06, Peter Eisentraut <[EMAIL PROTECTED]> wrote: >> "Valid" and "well-formed" have very specific distinct meanings in XML. >> (Note that "check" doesn't have any meaning there.) We will eventually >> want a method to verify both the validi

Re: [HACKERS] [DOCS] New XML section for documentation

2006-09-05 Thread Nikolay Samokhvalov
On 8/26/06, Peter Eisentraut <[EMAIL PROTECTED]> wrote: Bruce Momjian wrote: > I made it clear in the section that the XML syntax was being checked, > not validation against a schema. You want Check and Validation > sections? "Valid" and "well-formed" have very specific distinct meanings in XML

Re: [HACKERS] [DOCS] New XML section for documentation

2006-08-26 Thread Peter Eisentraut
Bruce Momjian wrote: > I made it clear in the section that the XML syntax was being checked, > not validation against a schema. You want Check and Validation > sections? "Valid" and "well-formed" have very specific distinct meanings in XML. (Note that "check" doesn't have any meaning there.) W

Re: [HACKERS] [DOCS] New XML section for documentation

2006-08-26 Thread Bruce Momjian
Magnus Hagander wrote: > > Indexing > > > > Because XML documents are stored as text, full-text indexing tool > > /contrib/tsearch2 can be used to index XML documents. Of > > course, the searches are text searches, with no XML > > awareness, but tsearch2 can be used with other XML > >

Re: [HACKERS] [DOCS] New XML section for documentation

2006-08-26 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian wrote: > > XML Document Support > > > > XML support is not one capability, but a variety of features > > supported by a database. > > database system Done. > > Storage > > --- > > PostgreSQL stores XML documents as ordinary text do

Re: [HACKERS] [DOCS] New XML section for documentation

2006-08-25 Thread Magnus Hagander
> Indexing > > Because XML documents are stored as text, full-text indexing tool > /contrib/tsearch2 can be used to index XML documents. Of > course, the searches are text searches, with no XML > awareness, but tsearch2 can be used with other XML > capabilities to dramatically reduce t