Chris Browne cbbrowne at lists.slony.info
Mon Aug 20 15:36:27 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tools
In directory main.slony.info:/tmp/cvs-serv17294

Modified Files:
	slony1_dump.sh 
Log Message:
Add missing semicolon to slony1_dump.sh


Index: slony1_dump.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/slony1_dump.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** slony1_dump.sh	20 Aug 2007 18:22:26 -0000	1.10
--- slony1_dump.sh	20 Aug 2007 22:36:24 -0000	1.11
***************
*** 199,203 ****
  			ac_num::text || ', ''' || ac_timestamp::text || 
  			''', CURRENT_TIMESTAMP);'
! 			from $clname.sl_archive_counter";
  
  # ----
--- 199,203 ----
  			ac_num::text || ', ''' || ac_timestamp::text || 
  			''', CURRENT_TIMESTAMP);'
! 			from $clname.sl_archive_counter;";
  
  # ----



More information about the Slony1-commit mailing list