Re: Proposal: XML helper functions - Mailing list pgsql-hackers

From Larry
Subject Re: Proposal: XML helper functions
Date
Msg-id 1329666035993-5497064.post@n5.nabble.com
Whole thread Raw
In response to Re: Proposal: XML helper functions  (Scott Bailey <artacus@comcast.net>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: Initial 9.2 pgbench write results
Next
From: Amit Kapila
Date:
Subject: Re: Scaling XLog insertion (was Re: Moving more work outside WALInsertLock)