[OSM-dev] Osmosis error, duplicate

Joachim Zobel jz-2008 at heute-morgen.de
Fri Jun 5 20:39:25 BST 2009


Am Freitag, den 05.06.2009, 14:58 -0400 schrieb Jeffrey Warren:
> Detail: Key (node_id)=(395051992) is not present in table
"current_nodes". 

The field that is present is actually named node_id and that is the one
that is mentioned.

> ALTER TABLE ONLY current_way_nodes     ADD CONSTRAINT
> current_way_nodes_node_id_fkey FOREIGN KEY (node_id) REFERENCES
> current_nodes(id); 

This is correct, the table current_way_nodes does have a nodes_id column
which points to current_nodes.id.

Sincerely,
Joachim







More information about the dev mailing list