Shoaib Mir <[email protected]> writes: > http://main.slony.info/viewcvs/viewvc.cgi/slony1-engine/SAMPLE?view=co
The example happens not to replicate the sequence; this isn't a notably good/wise thing, as it means that if one were to switch origins, the new origin wouldn't have sequences set to appropriate values, which would cause problems. For that example, the point was to get table data to replicate, and the handling of sequences wasn't very much considered. You'll generally need to replicate those sequences that you use, and you need to do that explicitly. It doesn't happen implicitly. -- let name="cbbrowne" and tld="ca.afilias.info" in name ^ "@" ^ tld;; <http://dba2.int.libertyrms.com/> Christopher Browne (416) 673-4124 (land) "Bother," said Pooh, "Eeyore, ready two photon torpedoes and lock phasers on the Heffalump, Piglet, meet me in transporter room three" _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
