Bruce Momjian wrote:
> XML Document Support
>
> XML support is not one capability, but a variety of features
> supported by a database.
database system
> Storage
> ---
> PostgreSQL stores XML documents as ordinary text documents.
It is "possible" to do that, but this sou
> 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
Bruce Momjian wrote:
> Here is an new XML section for our SGML documentation. It explains the
> various XML capabilities, if we support them, and how to use them.
>
> Comments?
>
+1. Users often ask this in the mailing lists. Where are you want to
put this? I'll suggest: FAQ. What do you all th
Euler Taveira de Oliveira wrote:
> Bruce Momjian wrote:
>
> > Here is an new XML section for our SGML documentation. It explains the
> > various XML capabilities, if we support them, and how to use them.
> >
> > Comments?
> >
> +1. Users often ask this in the mailing lists. Where are you want t
David Fetter wrote:
> On Fri, Aug 25, 2006 at 07:46:57PM -0400, Bruce Momjian wrote:
> > Here is an new XML section for our SGML documentation. It explains
> > the various XML capabilities, if we support them, and how to use
> > them.
> >
> > Comments?
>
> This looks hauntingly similar to Peter
On Fri, Aug 25, 2006 at 07:46:57PM -0400, Bruce Momjian wrote:
> Here is an new XML section for our SGML documentation. It explains
> the various XML capabilities, if we support them, and how to use
> them.
>
> Comments?
This looks hauntingly similar to Peter's presentation at the
conference. :)
Here is an new XML section for our SGML documentation. It explains the
various XML capabilities, if we support them, and how to use them.
Comments?
---
XML Document Support
XML support is not one capab