CVS User Account cvsuser
Thu Sep 23 17:01:33 PDT 2004
Log Message:
-----------
Add reference to PG 8.0 change...

Modified Files:
--------------
    slony1-engine/doc/howto:
        slonik_commands.html (r1.6 -> r1.7)

-------------- next part --------------
Index: slonik_commands.html
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/slonik_commands.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -Ldoc/howto/slonik_commands.html -Ldoc/howto/slonik_commands.html -u -w -r1.6 -r1.7
--- doc/howto/slonik_commands.html
+++ doc/howto/slonik_commands.html
@@ -1447,10 +1447,11 @@
 <p>
 	The specified event origin must be the origin of the set. The
 	script file must not contain any START or COMMIT TRANSACTION
-	calls. In addition, non-deterministic DML statements (like
-	updating a field with CURRENT_TIMESTAMP) must be avoided,
-	since the data changes done by the script are explicitly not
-	replicated.
+	calls.  (This may change in PostgreSQL 8.0 once nested
+	transactions, aka savepoints, are supported)  In addition,
+	non-deterministic DML statements (like updating a field with
+	CURRENT_TIMESTAMP) must be avoided, since the data changes
+	done by the script are explicitly not replicated.
 </p>
 <table border="0" cellpadding="10">
 <tr>


More information about the Slony1-commit mailing list