Hi, Madan Thapa a écrit : > [...] > Does it not automatically replicate all database from master to slave , or > do we need to setup replication for each database from master to slave?
You need to specify each object you want to replicate, which means a list of tables and sequences. > What if we added new database , do we need to setup replication for that or > it is being replicated from master to slave automatically? ( like in mysql ) > It's not automatic. You need to tell Slony to replicate all objects in the new database. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
