Tue Jul 14 12:13:35 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/src/slonik slonik.c
- Next message: [Slony1-commit] slony1-engine/src/slon confoptions.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide
In directory main.slony.info:/tmp/cvs-serv3163/doc/adminguide
Modified Files:
Tag: REL_2_0_STABLE
adminscripts.sgml dropthings.sgml
Log Message:
Per Mark Stosberg, need to have some docs for altperl script "slonik_drop_sequence"
Index: adminscripts.sgml
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/adminscripts.sgml,v
retrieving revision 1.52.2.5
retrieving revision 1.52.2.6
diff -C2 -d -r1.52.2.5 -r1.52.2.6
*** adminscripts.sgml 17 Jun 2009 21:37:38 -0000 1.52.2.5
--- adminscripts.sgml 14 Jul 2009 19:13:33 -0000 1.52.2.6
***************
*** 168,171 ****
--- 168,179 ----
</sect3>
+ <sect3 id="slonik-drop-sequence"><title>slonik_drop_sequence</title>
+
+ <para>Generates Slonik script to drop a sequence from replication.
+ Requires, as input, the ID number of the table (available from table
+ <envar>sl_table</envar>) that is to be dropped, and the ID of the set
+ to which it is attached. </para>
+ </sect3>
+
<sect3><title>slonik_execute_script</title>
Index: dropthings.sgml
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/dropthings.sgml,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -C2 -d -r1.18 -r1.18.2.1
*** dropthings.sgml 24 Mar 2008 15:57:34 -0000 1.18
--- dropthings.sgml 14 Jul 2009 19:13:33 -0000 1.18.2.1
***************
*** 90,98 ****
If the <link linkend="altperl"> altperl </link> utilities are
installed, you can use the <link linkend="slonik-drop-table">
! slonik_drop_table </link> helper script to drop a table from
! replication. Simply run <command>slonik_drop_table</command> with no
! arguments to review the correct usage of the script. After dropping
! the table, you should also remove it from
! <filename>slon_tools.conf</filename>.
</para>
--- 90,100 ----
If the <link linkend="altperl"> altperl </link> utilities are
installed, you can use the <link linkend="slonik-drop-table">
! slonik_drop_table </link> and <link linkend="slonik-drop-sequence">
! slonik_drop_sequence </link> helper scripts to drop a table or
! sequence from replication. Simply run
! <command>slonik_drop_table</command> (or
! <command>slonik_drop_sequence</command>) with no arguments to review
! the correct usage of the script. After dropping the table, you should
! also remove it from <filename>slon_tools.conf</filename>.
</para>
- Previous message: [Slony1-commit] slony1-engine/src/slonik slonik.c
- Next message: [Slony1-commit] slony1-engine/src/slon confoptions.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list