Is there a simple way to create a copy of a database or schema in PostgreSQL 8.1?
I\'m testing some software which does a lot of updates to a particular schema withi
here is a link to some examples of backing up and restoring. You can use the backup to restore to a different server or whatever