Steve Singer ssinger at ca.afilias.info
Thu Nov 29 14:22:50 PST 2012
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.




More information about the Slony1-general mailing list