Chris Browne cbbrowne at lists.slony.info
Thu Mar 13 09:51:28 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide
In directory main.slony.info:/tmp/cvs-serv5685

Modified Files:
      Tag: REL_1_2_STABLE
	adminscripts.sgml 
Log Message:
Per discussion on list, make it clear in the documentation that you MUST
run slony1_extract_schema.sh against an origin node in order to expect a
valid schema.


Index: adminscripts.sgml
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/adminscripts.sgml,v
retrieving revision 1.40.2.8
retrieving revision 1.40.2.9
diff -C2 -d -r1.40.2.8 -r1.40.2.9
*** adminscripts.sgml	16 Mar 2007 19:01:26 -0000	1.40.2.8
--- adminscripts.sgml	13 Mar 2008 16:51:26 -0000	1.40.2.9
***************
*** 420,423 ****
--- 420,433 ----
  </itemizedlist>
  
+ <note> <para> This script only works properly when run against an <emphasis>origin</emphasis> node. </para> </note>
+ 
+ <warning> <para> If this script is against a
+ <emphasis>subscriber</emphasis> node, the <command>pg_dump</command>
+ used to draw the schema from the <quote>source</quote> node will
+ attempt to pull the <emphasis>broken</emphasis> schema found on the
+ subscriber, and thus, the result will <emphasis>not</emphasis> be a
+ faithful representation of the schema as would be found on the origin
+ node. </para> </warning>
+ 
  </sect2>
  <sect2><title> slony-cluster-analysis </title>



More information about the Slony1-commit mailing list