Re: [ADMIN] replication of whole database from one machine to another

2011-02-18 Thread Kevin Grittner
amjad usman wrote: > now i want to copy the same data on the other machine for testing > some queries. > > can anybody tell me how i can do this? You have many options. You can review them in the documentation here: http://www.postgresql.org/docs/9.0/interactive/backup.html > secondly, m

[ADMIN] replication of whole database from one machine to another

2011-02-17 Thread amjad usman
Hello everybody, I am new to PostgreSQL. i am using version 9. I have installed it on two machines. I have put data about 450 digital documents in one machine. now i want to copy the same data on the other machine for testing some queries. can anybody tell me how i can do this? secondly, my Post