Jan Wieck wieck at lists.slony.info
Thu May 31 10:44:05 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src/ducttape
In directory main.slony.info:/tmp/cvs-serv3012/src/ducttape

Modified Files:
	test_1_update_functions 
Log Message:
Still need alterTableRestore() for the upgrade from 1.2.x to 2.0.
upgradeSchema() will restore the system catalog to a consistent
state and define+configure the new versions of the log and deny_access
triggers. 

Jan


Index: test_1_update_functions
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/ducttape/test_1_update_functions,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_1_update_functions	4 May 2005 20:43:16 -0000	1.3
--- test_1_update_functions	31 May 2007 17:44:02 -0000	1.4
***************
*** 18,26 ****
  slonik <<_EOF_
  	cluster name = T1;
! 	node 1 admin conninfo = 'dbname=$DB1';
! 	node 2 admin conninfo = 'dbname=$DB2';
  
! 	update functions (id = 1);
! 	update functions (id = 2);
  _EOF_
  
--- 18,26 ----
  slonik <<_EOF_
  	cluster name = T1;
! 	node 11 admin conninfo = 'dbname=$DB1';
! 	node 22 admin conninfo = 'dbname=$DB2';
  
! 	update functions (id = 11);
! 	update functions (id = 22);
  _EOF_
  



More information about the Slony1-commit mailing list