Mon Aug 7 09:56:17 PDT 2006
- Previous message: [Slony1-general] ERROR: duplicate key violates unique constraint "sl_table_tab_reloid_key"
- Next message: [Slony1-general] Problem starting master_server_script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
------------------------------
># SET ADD TABLE
> echo 'Subscription set 2 created';
> echo 'Adding tables to the subscription set';
> set add table (set id = 2, origin = 1, id = 1000,
> full qualified name = 'public.account',
> comment = 'Table public.account with primary key');
>...
The id for the table must be unique across all sets.
IOW,try:
set add table (set id = 2, origin = 1, id = 2000,
full qualified name = 'public.account',
comment = 'Table public.account with primary key');
- Previous message: [Slony1-general] ERROR: duplicate key violates unique constraint "sl_table_tab_reloid_key"
- Next message: [Slony1-general] Problem starting master_server_script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list