Chris Browne cbbrowne at lists.slony.info
Thu Apr 16 09:45:44 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide
In directory main.slony.info:/tmp/cvs-serv23871

Modified Files:
      Tag: REL_2_0_STABLE
	slonik_ref.sgml 
Log Message:
Bug #87 - some slonik command examples were missing a mandatory EVENT NODE
parameter


Index: slonik_ref.sgml
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/slonik_ref.sgml,v
retrieving revision 1.92.2.4
retrieving revision 1.92.2.5
diff -C2 -d -r1.92.2.4 -r1.92.2.5
*** slonik_ref.sgml	14 Apr 2009 09:36:43 -0000	1.92.2.4
--- slonik_ref.sgml	16 Apr 2009 16:45:42 -0000	1.92.2.5
***************
*** 569,573 ****
     <Refsect1><Title>Example</Title>
      <Programlisting>
!      STORE NODE ( ID = 2, COMMENT = 'Node 2');
      </Programlisting>
     </Refsect1>
--- 569,573 ----
     <Refsect1><Title>Example</Title>
      <Programlisting>
!      STORE NODE ( ID = 2, COMMENT = 'Node 2', EVENT NODE = 1 );
      </Programlisting>
     </Refsect1>
***************
*** 630,634 ****
     <refsect1><title>Example</title>
      <programlisting>
!      DROP NODE ( ID = 2 );
      </programlisting>
     </refsect1>
--- 630,634 ----
     <refsect1><title>Example</title>
      <programlisting>
!      DROP NODE ( ID = 2, EVENT NODE = 1 );
      </programlisting>
     </refsect1>



More information about the Slony1-commit mailing list