Hi all,<div><br></div><div>My edge table has some useless nodes. For example :</div><div><br></div><div>edge_id    v1      v2      the_geom</div><div>1              1        2      LINESTRING(x1 y1, x2 y2)</div><div>2              2        3      LINESTRING(x2 y2, x3 y3)</div>
<div><br></div><div>But the vertex 2 is no used in any other edge.</div><div><br></div><div>So I would like reduce my graph to transforme this previous example to :</div><div><div>edge_id    v1      v2      the_geom</div>
<div>1              1        3      LINESTRING(x1 y1, x2 y2, x3 y3)</div><div><br></div><div>Is there is a way to do that ?</div><div><br></div><div>Thank you all :)</div><div><br></div><div>Kin </div><br class="Apple-interchange-newline">
</div>