[GENERAL] XPath and XML support

2006-08-23 Thread Frank Cohen
I'm doing a performance and scalability test project for a PostgreSQL user who is working with geospatial data. The data is in GML form. For instance: http://www.opengis.net/gml";> 7.0,9.0 I installed PostGIS and it supports Point and coordinates very well. I an not sure wha

Re: [GENERAL] XPath and XML support

2006-08-23 Thread Jeff Davis
On Wed, 2006-08-23 at 16:04 -0700, Frank Cohen wrote: > I'm doing a performance and scalability test project for a PostgreSQL > user who is working with geospatial data. The data is in GML form. > For instance: > > > > > >http://www.opengis.net/gml";> > 7.0,9.0 > > > > > >

Re: [GENERAL] XPath and XML support

2006-08-24 Thread Nikolay Samokhvalov
On 8/24/06, Jeff Davis <[EMAIL PROTECTED]> wrote: On Wed, 2006-08-23 at 16:04 -0700, Frank Cohen wrote: > > These look like good XPath functions. Are they actually in PSQL > 8.1.4? I did not find them in the Windows installed version. If not, > are they recommended? Look at contrib/xml2. The fun

Re: [GENERAL] XPath and XML support

2006-08-24 Thread Frank Cohen
Thanks Nikolay: Seeing as xml2 hasn't been ported to Windows yet makes me wonder if this is going to be the best way to use XML in PostgreSQL in the long-term? Is there anything else on the boards? - Frank On Aug 24, 2006, at 4:17 AM, Nikolay Samokhvalov wrote: On 8/24/06, Jeff Davis <[E

Re: [GENERAL] XPath and XML support

2006-08-29 Thread John Gray
On Thu, 24 Aug 2006 13:56:12 -0700, Frank Cohen wrote: > Thanks Nikolay: Seeing as xml2 hasn't been ported to Windows yet > makes me wonder if this is going to be the best way to use XML in > PostgreSQL in the long-term? Is there anything else on the boards? - > Frank > There's a lot of sco

Re: [GENERAL] XPath and XML support

2006-08-30 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John Gray > Sent: 29 August 2006 22:49 > To: pgsql-general@postgresql.org > Subject: Re: [GENERAL] XPath and XML support > > On Thu, 24 Aug 2006 13:56:12 -0700, Frank Co