CVS User Account cvsuser
Mon Jul 31 12:04:33 PDT 2006
Log Message:
-----------
Fix spelling mistakes, and Add a note about standards_conforming_strings being set to off for 8.2

Modified Files:
--------------
    slony1-engine:
        RELEASE-1.2.0 (r1.7 -> r1.8)

-------------- next part --------------
Index: RELEASE-1.2.0
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/RELEASE-1.2.0,v
retrieving revision 1.7
retrieving revision 1.8
diff -LRELEASE-1.2.0 -LRELEASE-1.2.0 -u -w -r1.7 -r1.8
--- RELEASE-1.2.0
+++ RELEASE-1.2.0
@@ -58,7 +58,7 @@
   indexes on sl_log_1 and sl_log_2 are created on a per-origin-node
   basis.  This provides the performance boost of having an easily
   recognizable index, but without the risk of having XIDs from
-  different nodes mixed together in one index, where rollover could
+  different nodes mixed together in one index, where roll-over could
   Cause Problems...
 
 These features are generally configurable, but the defaults ought to
@@ -83,7 +83,7 @@
   versions.  This may revise how you want to start it up...  In the
   past, slon processes tended to fall over easily, mandating having
   some form of "watchdog."  The new behaviour points more towards
-  "init" / "rc.d"-like handling, where, upon bootup, one "rc.d" script
+  "init" / "rc.d"-like handling, where, upon boot-up, one "rc.d" script
   might start up PostgreSQL, another one starts pgpool, and a third
   (which must run third!) starts up a slon.
 
@@ -136,6 +136,10 @@
   there is just one node.  That then allows the cleanup thread to
   clear sl_log_1 etc.
 
-- Bug 1566 - Force all replication to occure in the ISO datestyle.
+- Bug 1566 - Force all replication to occur in the ISO datestyle.
   This ensures that we can apply date/timestamps regardless of the datestyle
   they were entered in.
+
+- Force all replication to occur with standards_conforming_strings set to off.
+  This ensures we can replicate a node running on 8.2 without extra escape chars 
+  showing up in the data.



More information about the Slony1-commit mailing list