Christopher Browne cbbrowne at ca.afilias.info
Thu Mar 27 12:54:12 PDT 2008
Bill Moran <wmoran at collaborativefusion.com> writes:
> Looking at the docs for EXECUTE SCRIPT():
> http://slony.info/documentation/stmtddlscript.html
>
> I see the following:
> "If a table's columns are modified, it is very important that the triggers
> be regenerated, otherwise they may be inappropriate for the new form of
> the table schema."
>
> I find this statement somewhat ambiguous.  Is it saying that I should do
> something in addition to EXECUTE SCRIPT() when altering table columns,
> or is it simply pointing out that this is one of the functions that is
> performed by EXECUTE SCRIPT()?

It's really just pointing out that it is essential that
alterTableForReplication(tab_id) be run any time a table's schema is
altered.  That is indeed performed automatically.

I'm patching the docs a little bit.
-- 
select 'cbbrowne' || '@' || 'linuxfinances.info';
http://cbbrowne.com/info/sap.html
The quickest way to a man's heart is through his chest, with an axe. 


More information about the Slony1-general mailing list