I want to be able to convert a PostgreSQL database to other formats such as Oracle, Access etc. - with, as well as without, the data.
Can this task be accomplished by employing pg_dump in SQL?
Bob Pawley