CVS User Account cvsuser
Mon Jul 31 12:42:10 PDT 2006
Log Message:
-----------
Remap DDL script tagging to use common ENTITY

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        ddlchanges.sgml (r1.26 -> r1.27)
        dropthings.sgml (r1.14 -> r1.15)
        faq.sgml (r1.61 -> r1.62)
        slony.sgml (r1.33 -> r1.34)

-------------- next part --------------
Index: ddlchanges.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/ddlchanges.sgml,v
retrieving revision 1.26
retrieving revision 1.27
diff -Ldoc/adminguide/ddlchanges.sgml -Ldoc/adminguide/ddlchanges.sgml -u -w -r1.26 -r1.27
--- doc/adminguide/ddlchanges.sgml
+++ doc/adminguide/ddlchanges.sgml
@@ -14,8 +14,7 @@
 built.</para>
 
 <para>If you pass the changes through &slony1; via <xref
-linkend="stmtddlscript"> (slonik) /<xref
-linkend="function.ddlscript-integer-text-integer"> (stored function),
+linkend="stmtddlscript"> (slonik) / &funddlscript; (stored function),
 this allows you to be certain that the changes take effect at the same
 point in the transaction streams on all of the nodes.  That may not be
 so important if you can take something of an outage to do schema
Index: faq.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/faq.sgml,v
retrieving revision 1.61
retrieving revision 1.62
diff -Ldoc/adminguide/faq.sgml -Ldoc/adminguide/faq.sgml -u -w -r1.61 -r1.62
--- doc/adminguide/faq.sgml
+++ doc/adminguide/faq.sgml
@@ -1439,7 +1439,7 @@
 </programlisting></para>
 
 <para>Those two queries could be submitted to all of the nodes via
-<xref linkend="function.ddlscript-integer-text-integer"> / <xref
+&funddlscript; / <xref
 linkend="stmtddlscript">, thus eliminating the sequence everywhere
 <quote>at once.</quote> Or they may be applied by hand to each of the
 nodes.</para>
Index: dropthings.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/dropthings.sgml,v
retrieving revision 1.14
retrieving revision 1.15
diff -Ldoc/adminguide/dropthings.sgml -Ldoc/adminguide/dropthings.sgml -u -w -r1.14 -r1.15
--- doc/adminguide/dropthings.sgml
+++ doc/adminguide/dropthings.sgml
@@ -138,7 +138,7 @@
 </para>
 
 <para> Those two queries could be submitted to all of the nodes via
-<xref linkend="function.ddlscript-integer-text-integer"> / <xref
+&funddlscript; / <xref
 linkend="stmtddlscript">, thus eliminating the sequence everywhere
 <quote>at once.</quote> Or they may be applied by hand to each of the
 nodes.</para>
Index: slony.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/slony.sgml,v
retrieving revision 1.33
retrieving revision 1.34
diff -Ldoc/adminguide/slony.sgml -Ldoc/adminguide/slony.sgml -u -w -r1.33 -r1.34
--- doc/adminguide/slony.sgml
+++ doc/adminguide/slony.sgml
@@ -26,7 +26,7 @@
   <!ENTITY funsetdropsequence "<xref linkend= function.setdropsequence-integer>">
   <!ENTITY funsetmovetable "<xref linkend= function.setmovetable-integer-integer>">
 <!ENTITY fundroptrigger "<xref linkend=function.droptrigger-integer-name>">
-<!ENTITY funddlscript "<xref linkend=function.ddlscript-integer-text-integer>">
+<!ENTITY funddlscript "<xref linkend=function.ddlscript-complete-integer-text-integer>">
 <!ENTITY fundropnode "<xref linkend=function.dropnode-integer>">
 <!ENTITY funenablenode "<xref linkend=function.enablenode-integer>">
 <!ENTITY funfailednode "<xref linkend=function.failednode-integer-integer>">



More information about the Slony1-commit mailing list