The attach patch updates addthings.html to mention
slonik_execute_script, which I find significantly easier to use than raw
slonik commands.

The SGML may need to be cleaned up a bit-- I don't have a working SGML
toolchain here.

   Mark
--- ../../../slony1-1.2.2/doc/adminguide/addthings.sgml Tue Nov  7 15:34:17 2006
+++ addthings.sgml      Thu Jan 18 13:35:55 2007
@@ -131,8 +131,17 @@

 <para> Thus, the way to do this is to construct an SQL script
 consisting of the DDL changes, and then submit that script to all of
-the nodes via the Slonik command <xref
-linkend="stmtddlscript">.</para>
+the nodes to slonik.
+
+<para>If you have the altperl tool set installed, use the slonik_execute_script
+command for this purpose:</para>
+
+<para>
+<command>slonik_execute_script [options] set# full_path_to_sql_script_file</command>
+</para>
+
+<para>See <command>slonik_execute_script -h</command> for other options.
+The underlying raw Slonik command used is <xref linkend="stmtddlscript">.</para>

 <para> There are a number of <quote>sharp edges</quote> to note...</para>

_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to