shulkae <shul...@gmail.com> writes: > 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.
What about using pg_dump and pg_restore for the cloning, or maybe a replication solution? I don't know about your other needs for XML backups, but I'd prefer pg_dump over them anytime. -- dim -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general