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 _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

