CVS User Account cvsuser
Mon Aug 30 20:31:40 PDT 2004
Log Message:
-----------
Added more items

Modified Files:
--------------
    slony1-engine/doc/howto:
        helpitsbroken.txt (r1.3 -> r1.4)
        randomfacts.txt (r1.1 -> r1.2)

-------------- next part --------------
Index: helpitsbroken.txt
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/helpitsbroken.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldoc/howto/helpitsbroken.txt -Ldoc/howto/helpitsbroken.txt -u -w -r1.3 -r1.4
--- doc/howto/helpitsbroken.txt
+++ doc/howto/helpitsbroken.txt
@@ -144,3 +144,14 @@
 subscription for one of the nodes.  All is well; the system is busy
 setting up the first subscriber; it won't start on the second one
 until the first one has completed subscribing.
+
+9.  I tried setting up a second replication set, and got the following error:
+
+<stdin>:9: Could not create subscription set 2 for oxrslive!
+<stdin>:11: PGRES_FATAL_ERROR select "_oxrslive".setAddTable(2, 1, 'public.replic_test', 'replic_test__Slony-I_oxrslive_rowID_key', 'Table public.replic_test without primary key');  - ERROR:  duplicate key violates unique constraint "sl_table-pkey"
+CONTEXT:  PL/pgSQL function "setaddtable_int" line 71 at SQL statement
+
+The table IDs used in SET ADD TABLE are required to be unique ACROSS
+ALL SETS.  Thus, you can't restart numbering at 1 for a second set; if
+you are numbering them consecutively, a subsequent set has to start
+with IDs after where the previous set(s) left off.
Index: randomfacts.txt
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/randomfacts.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldoc/howto/randomfacts.txt -Ldoc/howto/randomfacts.txt -u -w -r1.1 -r1.2
--- doc/howto/randomfacts.txt
+++ doc/howto/randomfacts.txt
@@ -1,4 +1,12 @@
 Random Things That Ought To Be Documented Somewhere
+---------------------------------------------------------------------------------------------
+
+$Id$
+
+These are things that have been noticed that need to be documented.
+There should probably be a "How To Set Up a Simple Slony-I Replication
+System" document as well as "Advanced Slonying for Master DBAs," and
+these should be added to those sorts of documents...
 
 1.  Yes, you CAN "kill -9" slon processes
 


More information about the Slony1-commit mailing list