CVS User Account cvsuser
Wed Oct 20 18:55:30 PDT 2004
Log Message:
-----------


Tags:
----
REL_1_0_STABLE

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

-------------- next part --------------
Index: slonik_commands.html
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/slonik_commands.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -Ldoc/howto/slonik_commands.html -Ldoc/howto/slonik_commands.html -u -w -r1.1.2.2 -r1.1.2.3
--- doc/howto/slonik_commands.html
+++ doc/howto/slonik_commands.html
@@ -50,6 +50,7 @@
 		<li><a href="#stmt_move_set">MOVE SET</a>
 		<li><a href="#stmt_failover">FAILOVER</a>
 		<li><a href="#stmt_ddl_script">EXECUTE SCRIPT</a>
+		<li><a href="#stmt_update_functions">UPDATE FUNCTIONS</a>
 		<li><a href="#stmt_wait_event">WAIT FOR EVENT</a>
 	</ul>
 </ul>
@@ -1673,6 +1674,36 @@
 <p align="right">Back to <a href="#index">Index</a></p>
 
 <!-- **************************************** -->
+<a name="stmt_update_functions">
+<h3>UPDATE FUNCTIONS</h3>
+</a>
+<div style="margin-left:40px; margin-right:0px;">
+<h3>Synopsis:</h3>
+	UPDATE FUNCTIONS ( &lt;options&gt; );
+<h3>Description:</h3>
+<p>
+	Reloads all stored procedure and function definitions in the
+	Slony schema for the specified node. This command is usually
+	part of the Slony software upgrade procedure.
+</p>
+<table border="0" cellpadding="10">
+<tr>
+	<td align="left" valign="top" nowrap><b>ID = &lt;ival&gt;</b></td>
+	<td align="left" valign="top"><p>
+		The unique ID of the node.
+	</p></td>
+</tr>
+</table>
+<h3>Example:</h3>
+<p>
+	UPDATE FUNCTIONS (
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;ID = 3
+	<br>);
+</p>
+</div>
+<p align="right">Back to <a href="#index">Index</a></p>
+
+<!-- **************************************** -->
 <a name="stmt_wait_event">
 <h3>WAIT FOR EVENT</h3>
 </a>


More information about the Slony1-commit mailing list