Re: [HACKERS] Re: Re: Storing XML in PostgreSQL

2001-07-30 Thread Bruce Momjian
Added to /contrib, with small Makefile changes. Requires expat library. Does not compile by default. > I've packaged up what I've done so far and you can find it at > http://www.cabbage.uklinux.net/pgxml.tar.gz > > The TODO file included indicates what still remains to be done (a lot!). > > I

Re: [HACKERS] Re: Re: Storing XML in PostgreSQL

2001-07-29 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > I've packaged up what I've done so far and you can find it at > http://www.cabbage.uklinux.net/pgxml.tar.gz > > The TODO f

Re: [HACKERS] Re: Re: Storing XML in PostgreSQL

2001-07-26 Thread Bruce Momjian
Should we add this to /contrib? > I've packaged up what I've done so far and you can find it at > http://www.cabbage.uklinux.net/pgxml.tar.gz > > The TODO file included indicates what still remains to be done (a lot!). > > In particular, it would be good to implement more of the XPath grammar.