Chris Browne cbbrowne at lists.slony.info
Tue Apr 3 14:55:05 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide
In directory main.slony.info:/tmp/cvs-serv3668/doc/adminguide

Modified Files:
      Tag: REL_1_2_STABLE
	slonik_ref.sgml 
Log Message:
Update to DDL handling - when a script is specified with "EXECUTE ONLY ON"
a specific node, it should be invoked, by slonik, only on that node.


Index: slonik_ref.sgml
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/slonik_ref.sgml,v
retrieving revision 1.61.2.5
retrieving revision 1.61.2.6
diff -C2 -d -r1.61.2.5 -r1.61.2.6
*** slonik_ref.sgml	16 Mar 2007 19:01:26 -0000	1.61.2.5
--- slonik_ref.sgml	3 Apr 2007 21:55:03 -0000	1.61.2.6
***************
*** 2549,2557 ****
       </varlistentry>
       <varlistentry><term><literal> EXECUTE ONLY ON = ival
!        </literal></term> <listitem><para> (Optional) The ID of the only
! 	node to actually execute the script.  This option causes the
! 	script to be propagated by all nodes but executed only by one.
! 	The default is to execute the script on all nodes that are
! 	subscribed to the set.</para></listitem>
        
       </varlistentry>
--- 2549,2559 ----
       </varlistentry>
       <varlistentry><term><literal> EXECUTE ONLY ON = ival
! 
!        </literal></term> <listitem><para> (Optional) The ID of the
!        only node to actually execute the script.  This option causes
!        the script to be executed, by <xref linkend="slonik">,
!        <emphasis>only</emphasis> on the one node specified.  The
!        default is to execute the script on all nodes that are
!        subscribed to the set.</para></listitem>
        
       </varlistentry>



More information about the Slony1-commit mailing list