Hi,
I am used to dump a Postgres 7.2.1 with pg_dump -Ft ... and restore using the command pg_restore -Ft ...
Now I have to dump a PG 7.0 database and restore it in a PG 7.2.1 server. Does anyone what are good commands for dumping and restoring?
Greetings,Andreas