xml to table (as oppose to table to xml) - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject xml to table (as oppose to table to xml)
Date
Msg-id 2f4958ff0906010253h76c0a532k7a2af57c05005645@mail.gmail.com
Whole thread Raw
Responses Re: xml to table (as oppose to table to xml)
Re: xml to table (as oppose to table to xml)
List pgsql-general
is there any way currently to convert xml file in format like below,
to a table ?


<foo>
  <section>
    <ssc id="foo1">
       <foo_data a="1" b="2"/>
       <foo_more_data c="a" d="b"/>
    </ssc>
  </section>

  <section>
    <ssc id="foo2">
        ...
    </ssc>
  </section>

  <section>
...
  </section>

  <section>
...
  </section>
</foo>



--
GJ

pgsql-general by date:

Previous
From: Jasen Betts
Date:
Subject: Re: GRANT all to a super user
Next
From: Sam Mason
Date:
Subject: Re: newbie table design question