Re: xpath not a good replacement for xpath_string

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: xpath not a good replacement for xpath_string
Дата
Msg-id 4A6FC2D0.6060409@dunslane.net
обсуждение исходный текст
Ответ на Re: xpath not a good replacement for xpath_string  (pgsql@mohawksoft.com)
Список pgsql-hackers

pgsql@mohawksoft.com wrote:
>
> Another thing that is troubling is that more exotic types do not seem to
> be supported at all. For instance, in my example I used uuid, and if one
> substitutes "uuid()" for "text()" that doesn't work.
>
>   


text() is an XPath function, with well defined semantics that have no 
relation at all to types in a PostgreSQL sense. uuid() of course has no 
meaning in an XPath expression.

cheers

andrew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Review: Revise parallel pg_restore's scheduling heuristic
Следующее
От: Josh Williams
Дата:
Сообщение: Re: multi-threaded pgbench