CVS User Account cvsuser
Wed Mar 29 09:11:32 PST 2006
Log Message:
-----------
CREATE SET now doesn't require comment as an implictly mandatory parm.

It will use a default value if comment is omitted.

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        slonik_ref.sgml (r1.44 -> r1.45)

-------------- next part --------------
Index: slonik_ref.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/slonik_ref.sgml,v
retrieving revision 1.44
retrieving revision 1.45
diff -Ldoc/adminguide/slonik_ref.sgml -Ldoc/adminguide/slonik_ref.sgml -u -w -r1.44 -r1.45
--- doc/adminguide/slonik_ref.sgml
+++ doc/adminguide/slonik_ref.sgml
@@ -1121,7 +1121,9 @@
       <listitem><para> Initial origin node of the set.</para></listitem>
      </varlistentry>
      <varlistentry><term><literal> COMMENT = 'string' </literal></term>
-      <listitem><para> A descriptive text added to the set entry.</para></listitem>
+      <listitem><para> A descriptive text added to the set entry.</para>
+                <para> If none is provided, a default value is set; <command>A replication set so boring no one thought to give it a name</command>. </para>
+      </listitem>
      </varlistentry>
     </variablelist>
     
@@ -1140,6 +1142,7 @@
    </refsect1>
    <refsect1> <title> Version Information </title>
     <para> This command was introduced in &slony1; 1.0 </para>
+    <para> Until version 1.2, it would crash if no comment was provided. </para>
    </refsect1>
   </refentry>
 



More information about the Slony1-commit mailing list