Re: [ADMIN] Two way replication

2011-04-01 Thread Kevin Grittner
"Anibal David Acosta" wrote: > I have two postgres 9.0 database both can be modified and both > must have same information. > > In case of collision (same row changed in both) must win the most > recent. If latency issues don't preclude it, pgpool might work for you. -Kevin -- Sent via pg

[ADMIN] Two way replication

2011-04-01 Thread Anibal David Acosta
Hello. I have two postgres 9.0 database both can be modified and both must have same information. In case of collision (same row changed in both) must win the most recent. Thanks.