converting tables to XML and back

From: shulkae <shulkae(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: converting tables to XML and back
Date: 2010-01-04 15:46:29
Message-ID: da150135-1f11-41a3-907f-2b40e7135789@e27g2000yqd.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We have few tables which we would like to convert to XML and store it.

Another requirement is to convert the stored XML file back to the
original tables. This helps us to clone a system. I was thinking to
use Perl XML Simple module to generate XML files.

How do I again re-create tables from XML?

thanks
shul

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Browne 2010-01-04 16:23:35 Re: Save MySQL? HA
Previous Message Sam Mason 2010-01-04 15:10:51 Re: Some issues about data type convert