On Fri, 2007-10-26 at 09:56 -0400, Andrew Sullivan wrote: > On Fri, Oct 26, 2007 at 08:37:08AM +0100, Simon Riggs wrote: > > Another thought: I notice that Slony writes out all of the column names > > for each insert e.g. (col1, col2, col3) VALUES (x, y, x) > > It only writes out the column names it needs to change, I thought?
Yes, you're right. That means for an INSERT that is all of them. (Just noticed this email). -- Simon Riggs 2ndQuadrant http://www.2ndQuadrant.com _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
