Forum OpenACS Development: Re: Import MySQL XML dump to PostGreSQL

Collapse
Posted by Gustaf Neumann on
If you can dump the tables to csv, these can very easily to imported into PostgresSQL with copy [1]. Two more approaches are suggested in [2].

[1] http://www.postgresql.org/docs/9.3/static/sql-copy.html
[2] http://stackoverflow.com/questions/19007884/import-xml-files-to-postgresql