Re: [DOCS] New XML section for documentation

2006-08-25 Thread Peter Eisentraut
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

Re: [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

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

2006-08-25 Thread Euler Taveira de Oliveira
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

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

2006-08-25 Thread Bruce Momjian
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

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

2006-08-25 Thread Bruce Momjian
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

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

2006-08-25 Thread David Fetter
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. :)

[DOCS] New XML section for documentation

2006-08-25 Thread Bruce Momjian
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