CVS User Account cvsuser
Thu Oct 14 23:16:52 PDT 2004
Log Message:
-----------
Added docs for SET_MOVE_TABLE and SET_MOVE_SEQUENCE

Tags:
----
REL_1_0_STABLE

Modified Files:
--------------
    slony1-engine/src/backend:
        README.events (r1.2.2.1 -> r1.2.2.2)

-------------- next part --------------
Index: README.events
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/README.events,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -Lsrc/backend/README.events -Lsrc/backend/README.events -u -w -r1.2.2.1 -r1.2.2.2
--- src/backend/README.events
+++ src/backend/README.events
@@ -145,6 +145,28 @@
 	Only nodes that are currently subscribed to the sequence will drop the
 	table from their configuration data.
 
+SET_MOVE_TABLE
+	ev_data1		tab_id
+	ev_data2		set_id
+
+	setMoveTable(tab_id, new_set_id)
+	setMoveTable_int(tab_id, new_set_id)
+
+	Only nodes currently subscribed to the table will drop it from
+	one set, and move it to another.
+
+SET_MOVE_SEQUENCE
+	ev_data1		seq_id
+	ev_data2		set_id
+
+	setMoveSequence(seq_id, new_set_id)
+	setMoveSequence_int(seq_id, new_set_id)
+
+	
+	Only nodes currently subscribed to the sequence will drop it
+	from one set, and move it to another.
+
+
 SUBSCRIBE_SET
 	ev_data1		sub_set
 	ev_data2		sub_provider


More information about the Slony1-commit mailing list