bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Tue Aug 16 05:01:24 PDT 2011
http://www.slony.info/bugzilla/show_bug.cgi?id=232

--- Comment #1 from Steve Singer <ssinger at ca.afilias.info> 2011-08-16 05:01:24 PDT ---
I don't understand the bug you are trying to report.
The title is "error handling capabilities" what issue are you having with the
error handling capabilities?

If you add columns to a table on the master replication will stop until those
columns have been added (by you) on the slave.  This is expected slony
behaviour.

Slony replicates in groups of tables to together so that the slave is always a
consistent snapshot of the master.

If I have a table "customers" and another one "sales" and a user on the master
does

insert into customers (customer_id,...) values (1,...)
insert into sales (customer_id,...) values (1,...)


Slony will never replicate the insert into the sales table without having first
replicated  the insert into the customer table.  This is by design.

-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list