Re: [PATCHES] Updated XML patch

2007-01-06 Thread korryd
> s/XMLGEN/XMLAGG/ > > Sorry, I meant XMLAGG() not XMLGEN() And now that I have the name right, I found the answer: http://archives.postgresql.org/pgsql-hackers/2006-12/msg01022.php Sorry to be a bother... -- Korry

Re: [PATCHES] Updated XML patch

2007-01-06 Thread Peter Eisentraut
[EMAIL PROTECTED] wrote: > Are you planning to add XMLAGG() support? And if so, will it work > basically the same (from the user's perspective) as the XMLAGG() > syntax in Nikolay's patch? The XMLAGG in Nikolay's patch didn't work right, so I removed it. If someone wants to clean it up, please

Re: [PATCHES] Updated XML patch

2007-01-05 Thread korryd
s/XMLGEN/XMLAGG/ Sorry, I meant XMLAGG() not XMLGEN() -- Korry > > Here is an updated updated XML patch. Unless there are objections of > > the sort that this approach is totally wrong or there is crash > > potential, I'd like to get this committed this week and fill in the > >

Re: [PATCHES] Updated XML patch

2007-01-05 Thread korryd
> Here is an updated updated XML patch. Unless there are objections of > the sort that this approach is totally wrong or there is crash > potential, I'd like to get this committed this week and fill in the > gaps next year. Peter - I have a few quick questions about the XML patch that you sub

Re: [PATCHES] Updated XML patch

2006-12-19 Thread Bruce Momjian
Peter Eisentraut wrote: > Here is an updated updated XML patch. Unless there are objections of > the sort that this approach is totally wrong or there is crash > potential, I'd like to get this committed this week and fill in the > gaps next year. Great. The XML section of the datatypes docu

Re: [PATCHES] Updated XML patch

2006-12-19 Thread Peter Eisentraut
Here is an updated updated XML patch. Unless there are objections of the sort that this approach is totally wrong or there is crash potential, I'd like to get this committed this week and fill in the gaps next year. Old News: > Attached is an updated patch for XML functionality, which subsume

Re: [PATCHES] Updated XML patch

2006-12-14 Thread Bruce Momjian
This looks very nice. Thanks. --- Peter Eisentraut wrote: > Attached is an updated patch for XML functionality, which subsumes all > earlier patches on the subject. This includes a data type with format > checking, and f