vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > 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 submitted back in December. Nikolay's original patch included support for XMLGEN(), but your patch does not. Are you planning to add XMLGEN() support? And if so, will it work basically the same (from the user's perspective) as the XMLGEN() syntax in Nikolay's patch? Is there a problem lurking in XMLGEN() or is just something that you haven't had a chance to complete? Thanks. -- Korry -- Korry Douglas korryd@enterprisedb.com EnterpriseDB http://www.enterprisedb.com |
| |||
| 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 > > gaps next year. > > > Peter - I have a few quick questions about the XML patch that you > submitted back in December. > > Nikolay's original patch included support for XMLGEN(), but your patch > does not. > > Are you planning to add XMLGEN() support? And if so, will it work > basically the same (from the user's perspective) as the XMLGEN() > syntax in Nikolay's patch? > > Is there a problem lurking in XMLGEN() or is just something that you > haven't had a chance to complete? > > Thanks. > > -- Korry > > -- > Korry Douglas korryd@enterprisedb.com > EnterpriseDB http://www.enterprisedb.com |
| |||
| korryd@enterprisedb.com 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 send a patch. (Or maybe it did work right and I misjudged it, but it was mentally in the way of all the other complications.) -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| > 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...2/msg01022.php Sorry to be a bother... -- Korry |