Hi,<br><br>I have some troubles try-ing to split from a MultiLineString to LineStrings.<br><br>I try this code with postgis 1.4.0:<br><br>ST_GeometryN(geom,generate_series(1,ST_NumGeometries(geom))) <br>
<br>But it return all LineStrings as simple segments with 2 only vertexs.<br><br>It seem the ST_NumGeometries(geom) return the count of all segments , not the parts.<br><br>There a function that count the num of parts ?<br>
<br>Many thx,<br><br>Andrea Peri<br><br><br>