[Pgcluster-general] Partial Replication Not working
A. Mitani
a.mitani at sra-europe.com
Fri Dec 28 06:01:44 UTC 2007
Hi,
In order to setup Partial replication it is required DB and Table name sets.
Therefore, please write down all table names in each DBs.
Sorry, it is not designed per DB but per table.
<EX>.
The TOY DB has three tables as A1,A2 and A3.
You can describe it in your cluster.conf as follws.
<Not_Replicate_Info>
<DB_Name> TOY </DB_Name>
<Table_Name> A1 </Table_Name>
</Not_Replicate_Info>
<Not_Replicate_Info>
<DB_Name> TOY </DB_Name>
<Table_Name> A2 </Table_Name>
</Not_Replicate_Info>
<Not_Replicate_Info>
<DB_Name> TOY </DB_Name>
<Table_Name> A3 </Table_Name>
</Not_Replicate_Info>
Regerds,
-----------------
At.Mitani
More information about the Pgcluster-general
mailing list