You can try this
 
Backup'ng of database something like this:
# pg_dump database > backupfile
 
You can restore it or in the other machine using this command
# psql -d database -f backupfile

I think this will solve your problem
 
HTH
 Glynn

Reply via email to