Re: real multi-master replication? - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: real multi-master replication?
Date
Msg-id 9e4684ce0703042358w5df807bap37fb28f73b61d21a@mail.gmail.com
Whole thread Raw
In response to Re: real multi-master replication?  (Devrim GÜNDÜZ <devrim@CommandPrompt.com>)
List pgsql-general
On 3/4/07, Devrim GÜNDÜZ <devrim@commandprompt.com> wrote:
> PGCluster may be the thing that you are looking for. However, if you are
> looking at something that is similar to Oracle's RAC, it is the
> PGCluster-II that you are looking for, which is under heavy development
> right now.

i dont know oracle. but would pgcluster work with triggers modifying
data in other tables?
i mean: when i do insert to table x, i have triggers that modify (or
add) records in other tables as well.
from what i know (which might be untrue) this will not work.

depesz

pgsql-general by date:

Previous
From: "hubert depesz lubaczewski"
Date:
Subject: Re: real multi-master replication?
Next
From: "hubert depesz lubaczewski"
Date:
Subject: Re: usage for 'with recursive'?