Fri Jun 6 13:56:46 PDT 2008
- Previous message: [Slony1-commit] slony1-engine/src/slonik slonik.c
- Next message: [Slony1-commit] slony1-engine/doc/adminguide slonik_ref.sgml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
- Previous message: [Slony1-commit] slony1-engine/src/slonik slonik.c
- Next message: [Slony1-commit] slony1-engine/doc/adminguide slonik_ref.sgml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list