dumping - Search results

2005-06-23 18:45:30 | Re: R: R: How to move a DB from one server to another... (Tom Lane)

dump is a plain text file that you just feed into psql? pg_restore is only

2005-06-23 16:24:59 | Re: R: R: How to move a DB from one server (Jochem van Dieten)

dump, you are either doing something wrong or you have discovered a bug: http:///docs/8.0/interactive/bug-reporting.html

2005-06-23 15:53:39 | R: R: How to move a DB from one server to another... (Federico Simonetti (Etheye))

dump a database with pg_dump but I can't restore it on a PC different

2005-06-23 15:47:18 | Re: How to move a DB from one server to another... (Andrew Dunstan)

dump/pg_restore (on all platforms) are: . not using pg_dump from the target version, and . trying