Chris Browne cbbrowne at lists.slony.info
Fri Jun 6 13:56:46 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv5417

Modified Files:
	slony1_funcs.sql 
Log Message:
Make error message about adding a table to a subscribed set a bit more
precise.


Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** slony1_funcs.sql	28 May 2008 18:09:47 -0000	1.139
--- slony1_funcs.sql	6 Jun 2008 20:56:44 -0000	1.140
***************
*** 2701,2705 ****
  			where sub_set = p_set_id)
  	then
! 		raise exception ''Slony-I: cannot add table to currently subscribed set %'',
  				p_set_id;
  	end if;
--- 2701,2705 ----
  			where sub_set = p_set_id)
  	then
! 		raise exception ''Slony-I: cannot add table to currently subscribed set % - must attach to an unsubscribed set'',
  				p_set_id;
  	end if;



More information about the Slony1-commit mailing list