Thu Oct 14 23:06:14 PDT 2004
- Previous message: [Slony1-commit] By cbbrowne: 1.
- Next message: [Slony1-commit] By cbbrowne: Added docs for SET_MOVE_TABLE and SET_MOVE_SEQUENCE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Added docs on two new event types for 1.0.3
Tags:
----
REL_1_0_STABLE
Modified Files:
--------------
slony1-engine/src/backend:
README.events (r1.2 -> r1.2.2.1)
-------------- next part --------------
Index: README.events
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/README.events,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -Lsrc/backend/README.events -Lsrc/backend/README.events -u -w -r1.2 -r1.2.2.1
--- src/backend/README.events
+++ src/backend/README.events
@@ -124,6 +124,27 @@
replication log trigger to the table.
+SET_DROP_TABLE
+ ev_data1 tab_id
+
+ setDropTable(tab_id)
+ setDropTable_int(tab_id)
+
+ Only nodes that are currently subscribed to the table will drop the
+ table from their configuration data. The call also drops the
+ replication log trigger from the table, and restores the "normal"
+ rules/triggers.
+
+SET_DROP_SEQUENCE
+ ev_data1 seq_id
+
+
+ setDropSequence(seq_id)
+ setDropSequence_int(seq_id)
+
+ Only nodes that are currently subscribed to the sequence will drop the
+ table from their configuration data.
+
SUBSCRIBE_SET
ev_data1 sub_set
ev_data2 sub_provider
- Previous message: [Slony1-commit] By cbbrowne: 1.
- Next message: [Slony1-commit] By cbbrowne: Added docs for SET_MOVE_TABLE and SET_MOVE_SEQUENCE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list