Mon Dec 12 19:44:17 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: Added version information to each slonik command, namely
- Next message: [Slony1-commit] By cbbrowne: Add a discussion of assumptions about encodings, FAQ on
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Added indication for all slonik commands as to what version it was
introduced at.
Tags:
----
REL_1_1_STABLE
Modified Files:
--------------
slony1-engine/doc/adminguide:
slonik_ref.sgml (r1.27.2.2 -> r1.27.2.3)
-------------- next part --------------
Index: slonik_ref.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/slonik_ref.sgml,v
retrieving revision 1.27.2.2
retrieving revision 1.27.2.3
diff -Ldoc/adminguide/slonik_ref.sgml -Ldoc/adminguide/slonik_ref.sgml -u -w -r1.27.2.2 -r1.27.2.3
--- doc/adminguide/slonik_ref.sgml
+++ doc/adminguide/slonik_ref.sgml
@@ -129,6 +129,9 @@
include </tmp/preamble.slonik>;
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.1 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
<refentry id ="stmtdefine"><refmeta><refentrytitle>DEFINE</refentrytitle>
@@ -186,6 +189,10 @@
echo 'But @sakaiMovies will display as a string, and is not expanded';
</programlisting>
</refsect1>
+
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.1 </para>
+ </refsect1>
</refentry>
</reference>
@@ -246,6 +253,9 @@
CLUSTER NAME = 'testcluster';
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
@@ -315,6 +325,9 @@
NODE 1 ADMIN CONNINFO = 'dbname=testdb host=server1 user=slony';
</Programlisting>
</Refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</Refentry>
</reference>
<!-- ************************************************************ -->
@@ -348,6 +361,9 @@
ECHO 'Node 1 initialized successfully';
</Programlisting>
</Refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</Refentry>
<!-- **************************************** -->
@@ -379,6 +395,9 @@
EXIT 0;
</Programlisting>
</Refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</Refentry>
<!-- **************************************** -->
@@ -446,6 +465,9 @@
</para> </note>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -509,6 +531,12 @@
STORE NODE ( ID = 2, COMMENT = 'Node 2');
</Programlisting>
</Refsect1>
+ <refsect1> <title> Version Information </title> <para> This command
+ was introduced in &slony1; 1.0. The <envar>SPOOLNODE</envar>
+ parameter was introduced in version 1.1, but was vestigal in that
+ version. The described functionality for <envar>SPOOLNODE</envar>
+ arrives in version 1.2. </para>
+ </refsect1>
</Refentry>
<!-- **************************************** -->
@@ -563,6 +591,9 @@
DROP NODE ( ID = 2 );
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -616,6 +647,9 @@
UNINSTALL NODE ( ID = 2 );
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -655,6 +689,9 @@
RESTART NODE ( ID = 2 );
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0; its use should be unnecessary as of version 1.0.5. </para>
+ </refsect1>
</refentry>
@@ -723,6 +760,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
@@ -767,6 +807,9 @@
DROP PATH ( SERVER = 1, CLIENT = 2 );
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
@@ -830,6 +873,10 @@
STORE LISTEN ( ORIGIN = 1, RECEIVER = 2, PROVIDER = 3 );
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title> <para> This command
+ was introduced in &slony1; 1.0. As of version 1.1, you should no
+ longer need to use this command. </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -875,6 +922,10 @@
DROP LISTEN ( ORIGIN = 1, RECEIVER = 2, PROVIDER = 3 );
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title> <para> This command
+ was introduced in &slony1; 1.0. As of version 1.1, you should not
+ need to use it anymore. </para>
+ </refsect1>
</refentry>
@@ -940,6 +991,9 @@
FULLY QUALIFIED NAME = 'public.history' );
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
@@ -1001,6 +1055,9 @@
COMMENT = 'Tables for ticketing system' );
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
@@ -1046,6 +1103,9 @@
ORIGIN = 2 );
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -1098,6 +1158,9 @@
ORIGIN = 1 );
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0.5 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -1181,6 +1244,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -1249,6 +1315,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -1298,6 +1367,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0.5 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -1343,6 +1415,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0.5 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -1399,6 +1474,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0.5 </para>
+ </refsect1>
</refentry>
@@ -1461,6 +1539,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0.5 </para>
+ </refsect1>
</refentry>
@@ -1518,6 +1599,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -1571,6 +1655,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -1670,6 +1757,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -1722,6 +1812,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
@@ -1789,6 +1882,9 @@
);
</Programlisting>
</Refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</Refentry>
<!-- **************************************** -->
@@ -1832,6 +1928,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
@@ -1905,6 +2004,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -1974,6 +2076,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -2077,6 +2182,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -2118,6 +2226,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
<!-- **************************************** -->
@@ -2188,6 +2299,9 @@
);
</programlisting>
</refsect1>
+ <refsect1> <title> Version Information </title>
+ <para> This command was introduced in &slony1; 1.0 </para>
+ </refsect1>
</refentry>
</reference>
<!-- Keep this comment at the end of the file
- Previous message: [Slony1-commit] By cbbrowne: Added version information to each slonik command, namely
- Next message: [Slony1-commit] By cbbrowne: Add a discussion of assumptions about encodings, FAQ on
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list