On 12-11-29 04:27 PM, Tory M Blue wrote:
>
> admissionclsdb=# select "_admissioncls".copyFields(8);
>   copyfields
> ------------
>   )
> (1 row)

This is your problem,
You should be getting output more like:

select * FROM _disorder_replica.copyFields(1);
                      copyfields
----------------------------------------------------
  ("c_id","c_name","c_total_orders","c_total_value")
(1 row)

Either you don't have a row in sl_table with table_id=8, or that row 
doesn't have a cooresponding row with matching tab_reloid oid in pg_class

Depending on that the cause is you might find REPAIR CONFIG
http://www.slony.info/documentation/2.1/stmtrepairconfig.html useful.


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

Reply via email to