Re: [GENERAL] FW: How to upload data to postgres

From: Ben Kim <bkim(at)tamu(dot)edu>
To: "Markova, Nina" <nmarkova(at)NRCan(dot)gc(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Re: [GENERAL] FW: How to upload data to postgres
Date: 2008-09-10 20:55:34
Message-ID: Pine.GSO.4.64.0809101552380.15776@coe.tamu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

From: "Markova, Nina" <nmarkova(at)NRCan(dot)gc(dot)ca>
> 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Koczan 2008-09-10 22:49:47 Postgres 8.3.3, GSSAPI, and Windows XP
Previous Message Steve Holdoway 2008-09-10 19:31:07 Re: [GENERAL] FW: How to upload data to postgres

Browse pgsql-general by date

  From Date Subject
Next Message Bayless Kirtley 2008-09-10 21:31:11 pgdump problem or question?
Previous Message Scott Marlowe 2008-09-10 20:39:41 Re: RV: You need to rebuild PostgreSQL using --with-libxml.