From: "Markova, Nina" <nmarkova@xxxxxxxxxxx>
I also plan to try to export data in XML format (from Ingres) and import it to Postgres. I didn't find any utility for importing XML data into Postgres.
You can possibly use perl's XML::Xpath for XML import (DBIx::XML_RDB for export), assuming the table is already created in postgresql.
You just need to find the right node names. HTH Ben