Kenneth Downs <[EMAIL PROTECTED]> writes: > I am wondering if it is possible to pick up a database from one computer and > move it over to another and then just plug it back in.
No, unless you do the whole database cluster, and the two machines are the same architecture and have the same version of PG, compiled the same way. Basically there are a lot of interdependencies between different parts of the database cluster, so you can't just grab a single database and copy it over. pg_dump is the way to go... P.S. I'm replying to the list only because I can't be bothered to demangle your address. If you don't get the reply, tough toenails. -Doug ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])