On Mon, Oct 5, 2009 at 11:07 AM, Melvin Davidson <[email protected]> wrote: >>Does that create table command need to be run via EXECUTE SCRIPT in slony1? > > Yes. Whenever you create or modify objects, you should always use EXECUTE > SCRIPT. > Doing so insures that the changes are propagated across all nodes.
This is not required for adding new tables that stand alone (ie have not FKs) or for function definitions. _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
