xpath_table, or something similair?

Поиск
Список
Период
Сортировка
От Mario Splivalo
Тема xpath_table, or something similair?
Дата
Msg-id 49D085A5.4080605@megafon.hr
обсуждение исходный текст
Список pgsql-sql
Is there a way to get recordset out of XML document - something similair 
to contrib/xml2's xpath_table function, but I'd like to be able to get 
data out of XML document that is not stored in the database.

I wrote my own plpgsql function for converting XML document data to 
recordset (table), but that requires more than few xpath/generate_series 
functions, and I think it might get slow for rather large documents. Now 
I'm wondering if that is the only/right way, or there are some other 
tools I might not be aware of.

Thanks in advance,
Mike


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

Предыдущее
От: "Tena Sakai"
Дата:
Сообщение: Re: a bit confused about distinct() function
Следующее
От: Dirk Jagdmann
Дата:
Сообщение: Re: Add: Special sort querstion