CVS User Account cvsuser
Tue Apr 4 14:32:00 PDT 2006
Log Message:
-----------
Add in REPAIR CONFIG command which never got documented from 1.1...

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        slonik_ref.sgml (r1.45 -> r1.46)

-------------- next part --------------
Index: slonik_ref.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/slonik_ref.sgml,v
retrieving revision 1.45
retrieving revision 1.46
diff -Ldoc/adminguide/slonik_ref.sgml -Ldoc/adminguide/slonik_ref.sgml -u -w -r1.45 -r1.46
--- doc/adminguide/slonik_ref.sgml
+++ doc/adminguide/slonik_ref.sgml
@@ -2552,6 +2552,63 @@
     <para> This command was introduced in &slony1; 1.0 </para>
    </refsect1>
   </refentry>
+
+<!-- **************************************** -->
+
+  <refentry id="stmtrepairconfig"><refmeta><refentrytitle>REPAIR CONFIG</refentrytitle>
+   <manvolnum>7</manvolnum></refmeta>
+
+   <refnamediv><refname>REPAIR CONFIG</refname>
+    
+    <refpurpose> Resets the name-to-oid mapping of tables in a replication set, useful for restoring a node after a <application>pg_dump</application>. </refpurpose></refnamediv>
+   <refsynopsisdiv>
+    <cmdsynopsis>
+     <command>REPAIR CONFIG (options);</command>
+    </cmdsynopsis>
+   </refsynopsisdiv>
+   <refsect1>
+    <title>Description</title>
+    
+    <para> Resets name-to-oid mapping.</para>
+    
+     <variablelist>
+      <varlistentry><term><literal> SET ID = ival </literal></term>
+       <listitem><para> Which set to clean up after.</para></listitem>
+       
+      </varlistentry>
+      <varlistentry><term><literal> EVENT NODE = ival </literal></term>
+       
+       <listitem><para> The node ID where this should be submitted.</para></listitem>
+       
+      </varlistentry>
+      <varlistentry><term><literal> EXECUTE ONLY ON = ival </literal></term>
+
+       <listitem><para> The ID of the only node where the mappings are
+       to be updated.  If not specified, the default is to execute
+       this on all nodes subscribed to the set.</para></listitem>
+       
+      </varlistentry>
+     </variablelist>
+
+   </refsect1>
+   <refsect1><title>Example</title>
+    <programlisting>
+REPAIR CONFIG (
+  SET ID = 1,
+  EVENT NODE = 2
+);
+    </programlisting>
+   </refsect1>
+   <refsect1> <title> Locking Behaviour </title>
+
+    <para> No application-visible locking should take place. </para>
+   </refsect1>
+   <refsect1> <title> Version Information </title>
+    <para> This command was introduced in &slony1; 1.1 </para>
+   </refsect1>
+  </refentry>
+
+
  </reference>
 <!-- Keep this comment at the end of the file
 Local variables:



More information about the Slony1-commit mailing list