Yi Zhao yi.zhao at alibaba-inc.com
Tue Aug 12 20:49:40 PDT 2008
I have a table which have unique like:
unique(foo_id, bar_id);

my slonik script is below:
set add table (set id = 1, origin = 1, id = 2, full qualified name =
'search.thread', key = 'foo_id, bar_id', comment = 'nodesc');

when I execute:
<stdin>:16: PGRES_FATAL_ERROR select
"_replication".determineIdxnameUnique('search.thread', 'foo_id,
bar_id');  - ERROR:  Slony-I: table "search"."thread" has no unique
index foo_id, bar_id

how to add a table which have unique with two column into slony???

thanks all;
regards,



More information about the Slony1-general mailing list