>#--
>init cluster ( id=3D1, comment =3D 'Master Node');

>create set (id=3D1, origin=3D1, comment=3D'All Tables and Sequences'); 

Actually, I'm surprised this works at all.

id's must be numeric.
>From the slony documentation:

http://main.slony.info/documentation/stmtstorenode.html

http://main.slony.info/documentation/stmtcreateset.html

http://main.slony.info/documentation/stmtsetaddtable.html


"ID = ival

    The unique, numeric ID number of the new node.


 SET ID = ival

    ID of the set to which the table is to be added. 
"

  ival in all cases means INTEGER VALUE

Perhaps if you assigned numeric integer values to nodes & sets,
it would start working?

Melvin Davidson
Database Developer
Computer & Communication Technologies, Inc.
6 Inverness Court East, Suite 220
Englewood, CO  80112
BEGIN:VCARD
VERSION:2.1
N:Davidson;Melvin
FN:Melvin Davidson
ORG:CCT
TEL;WORK;VOICE:303-708-9228x305
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;6 Inverness Ct East=0D=0ASuite 220;Englewood;CO;80112;United States
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:6 Inverness Ct East=0D=0ASuite 220=0D=0AEnglewood, CO 80112=0D=0AUnited Stat=
es
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060518T221645Z
END:VCARD
_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to