Re: [GENERAL] Seeking advice on database replication.

2010-11-12 Thread Demitri Muna
Thanks Scott and Matthias for your replies! On Nov 11, 2010, at 5:29 PM, Scott Marlowe wrote: > Next time, post questions to the slony mailing list if you get stuck, > we're pretty helpful over there. also look at some of the "my first > replicated db" tutorials for it. > Slony, btw, supports re

Re: [GENERAL] Seeking advice on database replication.

2010-11-12 Thread Matthias Müller
I don't know slony that much. I used WAL processing. But since 9.0 I prefer Hot-Streaming replication. This link is a good starting point - besides the documentation. A solution for your problem might be a secon

Re: [GENERAL] Seeking advice on database replication.

2010-11-11 Thread Scott Marlowe
On Thu, Nov 11, 2010 at 3:05 PM, Demitri Muna wrote: > Hello, > > I am interested in sharing/replicating data between different databases, and > I'd like to ask if what I'd like to do is possible in postgresql. I have read > a fair amount of documentation and was looking forward to PostgreSQL 9,