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.

[HACKERS] Re: Re: Storing XML in PostgreSQL

2001-07-26 Thread John Gray
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. However, once we get into the realm of more c

[HACKERS] Re: Re: Storing XML in PostgreSQL

2001-07-25 Thread John Gray
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Gunnar =?iso-8859-1?q?R=F8nning?=) wrote: > Do you have any documentation on your C functions ? I'm just interested > in knowing what functions they provide. > There are only two (so far). They're very basic. I have: pgxml_parse(text) returns