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_
"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
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
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
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
> >
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
> 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