Say I have a table "owners" which is currently replicated. Now I am adding to my DB a new table that has a FK reference to the primary key of "owners".
Does that create table command need to be run via EXECUTE SCRIPT in slony1? I know that adding new table doesn't normally require I do that (just like adding/updating functions) but the FK reference technically modifies the target table by adding an internal trigger, thus my question. Thanks. _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
