Wed Sep 8 17:51:19 PDT 2004
- Previous message: [Slony1-commit] By wieck: Added option "EXECUTE ONLY ON = <nodeid>" to the DDL script
- Next message: [Slony1-commit] By cbbrowne: Added in a note on how to drop a sequence
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add the case of trying to add a table to a subscribed set.
Modified Files:
--------------
slony1-engine/doc/howto:
helpitsbroken.txt (r1.6 -> r1.7)
-------------- next part --------------
Index: helpitsbroken.txt
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/helpitsbroken.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -Ldoc/howto/helpitsbroken.txt -Ldoc/howto/helpitsbroken.txt -u -w -r1.6 -r1.7
--- doc/howto/helpitsbroken.txt
+++ doc/howto/helpitsbroken.txt
@@ -206,3 +206,13 @@
event would do that. Submitting the three queries using EXECUTE
SCRIPT can do that. Less ideal would be to connect to each database
and submit the queries by hand.
+
+10. I tried to add a table to a set, and got the following message:
+
+ Slony-I: cannot add table to currently subscribed set 1
+
+You cannot add tables to sets that already have subscribers.
+
+The workaround to this is to create ANOTHER set, add the new tables to
+that new set, subscribe the same nodes subscribing to "set 1" to the
+new set, and then merge the sets together.
- Previous message: [Slony1-commit] By wieck: Added option "EXECUTE ONLY ON = <nodeid>" to the DDL script
- Next message: [Slony1-commit] By cbbrowne: Added in a note on how to drop a sequence
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list