CVS User Account cvsuser
Mon Jun 19 11:12:40 PDT 2006
Log Message:
-----------
Slonik usage documentation: Recommend usage of "preamble files."

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        usingslonik.sgml (r1.16 -> r1.17)

-------------- next part --------------
Index: usingslonik.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/usingslonik.sgml,v
retrieving revision 1.16
retrieving revision 1.17
diff -Ldoc/adminguide/usingslonik.sgml -Ldoc/adminguide/usingslonik.sgml -u -w -r1.16 -r1.17
--- doc/adminguide/usingslonik.sgml
+++ doc/adminguide/usingslonik.sgml
@@ -48,7 +48,15 @@
 
 <para> This is supported in &slony1; 1.1 by the <xref
 linkend="stmtdefine"> and <xref linkend="stmtinclude"> statements.
-</para></listitem>
+</para>
+
+<para> The use of <xref linkend="stmtinclude"> to allow creating
+<quote>preamble files</quote> has proven an invaluable tool to reduce
+errors.  The preamble file is set up <emphasis>once</emphasis>,
+verified <emphasis>once</emphasis>, and then that verified script may
+be used with confidence for each slonik script.
+</para>
+</listitem>
 
 <listitem><para> Looping and control constructs</para>
 
@@ -279,9 +287,9 @@
 may wish to develop graphical tools as an alternative to Slonik; it
 would be entirely appropriate in such cases to submit configuration
 requests directly via the stored functions.  If you plan to do so, it
-is suggested that you examine how the stored procedures get used in
-<filename>slonik.c</filename>, as that should be the most
-representative way of seeing correct use of the functions.</para>
+is suggested that you examine how the stored procedures are used in
+<filename>slonik.c</filename>, as that represents the most correct use
+of the functions.</para>
 
 <para> When debugging problems in <quote>troubled</quote> &slony1;
 clusters, it has also occasionally proven useful to use the stored



More information about the Slony1-commit mailing list