Re: Proposal: XML helper functions

Поиск
Список
Период
Сортировка
От Larry
Тема Re: Proposal: XML helper functions
Дата
Msg-id 1329666035993-5497064.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Proposal: XML helper functions  (Scott Bailey <artacus@comcast.net>)
Список pgsql-hackers
But by using the above code: how do we deal with multiple matching values?

For example:

<question name=“my_question"> <tag> java </tag> <tag> c++ </tag>
</question>

In this case, perhaps I would want something like

---------------+-----
my_question  | java
my_question  | c++



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Proposal-XML-helper-functions-tp2018975p5497064.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Initial 9.2 pgbench write results
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Scaling XLog insertion (was Re: Moving more work outside WALInsertLock)