Thu Nov 29 14:22:50 PST 2012
- Previous message: [Slony1-general] data copy for set 1 failed 3 times - sleep 60 seconds
- Next message: [Slony1-general] data copy for set 1 failed 3 times - sleep 60 seconds
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Slony1-general] data copy for set 1 failed 3 times - sleep 60 seconds
- Next message: [Slony1-general] data copy for set 1 failed 3 times - sleep 60 seconds
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list