|
From: Kenneth M. <kt...@ri...> - 2007-02-27 21:59:34
|
Lionel, Do you have an idea as to what would be the best choice of a primary key for the connect table? All the other tables have one, and without it Slony1 replication will not work. The two more obvious choices would be to add an ID column with a default value from a sequence or to use a unique index on src, sender_domain, sender_name, rcpt. Ken Marshall |