On Mon, Aug 10, 2009 at 5:08 PM, Sweta Mulgavker
<[email protected]>wrote:

>
>
>
> cars=# select * from _replcluster.sl_table where tab_reloid = (select oid
> from pg_class where relname = 't_i_shift_shadow');
>
>
>  tab_id | tab_reloid |   tab_relname    | tab_nspname | tab_set |
> tab_idxname      | tab_altered |    tab_comment
>
> --------+------------+------------------+-------------+---------+-----------------------+-------------+--------------------
>       4 |      67006 | t_i_shift_shadow | public      |       1 |
> t_i_shift_shadow_pkey | t           | shift shadow table
> (1 row)
>


This means the table is already added to the Slony cluster, you need to
first drop it out of the cluster and then re-add it again.

-- 
Shoaib Mir
http://shoaibmir.wordpress.com/
_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to