Re: [PATCHES] patch for contrib/xml2

2007-02-18 Thread Nikolay Samokhvalov
Please wait a little bit, I'll send updated patch (xpath_array() in core) tonight or tomorrow. It seems so that there is no actual needs in other xpath-functions... Just to recall: - xpath_array() produces xml[] as a result -- so, it's possible to process then any of returned XML fragments, with

Re: [PATCHES] patch for contrib/xml2

2007-02-18 Thread Peter Eisentraut
Bruce Momjian wrote: > Peter Eisentraut wrote: > > Bruce Momjian wrote: > > > Should we revisit xpath_array() for 8.3, or is this all in core > > > now? > > > > Not yet, but we are currently discussing how. > > Uh, was this handled? Not yet. -- Peter Eisentraut http://developer.postgresql.org/~p

Re: [PATCHES] patch for contrib/xml2

2007-02-17 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian wrote: > > Should we revisit xpath_array() for 8.3, or is this all in core now? > > Not yet, but we are currently discussing how. Uh, was this handled? -- Bruce Momjian <[EMAIL PROTECTED]> http://momjian.us EnterpriseDB

Re: [PATCHES] patch for contrib/xml2

2007-02-08 Thread Peter Eisentraut
Bruce Momjian wrote: > Should we revisit xpath_array() for 8.3, or is this all in core now? Not yet, but we are currently discussing how. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: In versions belo

Re: [PATCHES] patch for contrib/xml2

2007-02-08 Thread Bruce Momjian
Should we revisit xpath_array() for 8.3, or is this all in core now? --- Tom Lane wrote: > "Nikolay Samokhvalov" <[EMAIL PROTECTED]> writes: > > Here is the patch for contrib/xml2 (attached), that: > > - renames xml_valid()

Re: [PATCHES] patch for contrib/xml2

2006-09-16 Thread Tom Lane
"Nikolay Samokhvalov" <[EMAIL PROTECTED]> writes: > Here is the patch for contrib/xml2 (attached), that: > - renames xml_valid() to xml_is_well_formed() > - adds PG_MODULE_MAGIC; at the beginning of xpath.c > - introduces xpath_array() function > - adds some words about that function and cautio

[PATCHES] patch for contrib/xml2

2006-09-05 Thread Nikolay Samokhvalov
Hello, Here is the patch for contrib/xml2 (attached), that: - renames xml_valid() to xml_is_well_formed() - adds PG_MODULE_MAGIC; at the beginning of xpath.c - introduces xpath_array() function - adds some words about that function and caution about libraries to README I understand that it's too