Re: xpath_array with namespaces support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: xpath_array with namespaces support
Дата
Msg-id 200705211911.51256.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: xpath_array with namespaces support  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Список pgsql-patches
Am Dienstag, 10. April 2007 14:01 schrieb Nikolay Samokhvalov:
> Here is new version that adds following changes:
>   4. Function is now strict, per discussion.
>   5. Return empty array in case when XPath expression detects nothing
> (previously, NULL was returned in such case), per discussion.
>   6. (bugfix) Work with fragments with prologue: select xpath('/a',
> '<?xml version="1.0"?><a /><b />'); // now XML datum is always wrapped
> with dummy <x>...</x>, XML prologue simply goes away (if any).
>   7. Some cleanup.

Applied.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

В списке pgsql-patches по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: UTF8MatchText
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch for circular buffer in tuplestore to optimize merge joins (v1)