Re: [ADMIN] Replication with PostgreSQL

2005-03-22 Thread Joshua D. Drake
On Sun, 2005-03-20 at 22:33 -0500, Christopher Browne wrote: > After a long battle with technology, [EMAIL PROTECTED] (prakash sompura), an > earthling, wrote: > > Can any one tell me how do I replicate my PostgreSql database from > > one server to another server? You can use Mammoth Replicator o

Re: [ADMIN] Replication with PostgreSQL

2005-03-20 Thread Christopher Browne
After a long battle with technology, [EMAIL PROTECTED] (prakash sompura), an earthling, wrote: > Can any one tell me how do I replicate my PostgreSql database from > one server to another server? One method involves using pg_dump to dump the state out, and load it onto the other server. Certainl