Re: Proposal: XML helper functions

From: Larry <l(dot)paige(at)live(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal: XML helper functions
Date: 2012-02-19 15:40:35
Message-ID: 1329666035993-5497064.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-02-19 16:35:48 Re: 16-bit page checksums for 9.2
Previous Message Andrew Dunstan 2012-02-19 15:25:55 Re: pg_restore ignores PGDATABASE