<HTML><BODY>Hi All<br><br><p>I have a road network with appending a new segments sometimes.</p><p>Then I copy the new segments into my "road_noded" table and execute <br>------------------- <br>SELECT pgr_createTopology('roads_noded', 0.1, 'geom', 'id',rows_where:='id > a last id')<br>------------------<br>for affecting on the new segments only. But this action recreates my "road_noded_vertices_pgr" table completely for the new segments instead of appending the new vertices and referencing them to the new segments.</p><p>1) Is pgr_createTopology only for create not for update? Somebody knows other method or some trick?</p><p>2) Could I use native Postgis functions (ST_StartPoint,ST_EndPoint etc) in the event if no possibility?</p><p><br>Please, help.<br>Thanks in advance<br>Vladimir</p><br></BODY></HTML>