Vick Khera vivek at khera.org
Mon Oct 5 08:01:03 PDT 2009
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.


More information about the Slony1-general mailing list