<div>Hi !<br></div><div></div><div>I got some linestrings which I want to merge into a multilinestring.</div><div>I tried something like this :</div><div></div><div>SELECT AsText(ST_UNION(<br>ST_GeomFromText('LINESTRING(1 2 ,2 7)'),ST_GeomFromText('LINESTRING(1.5 7, 6.5 10)'))  )<br>
<br></div><div>and it worked. But now I saw that in some cases I have more than just 2 linestrings. Too bad that St_union only accepts 2geometries:</div><div>ST_UNION(ST_GeomFromText(geometry1, geometry2)  )<br></div><div>
And thats where my problem starts. Anybody knows how to merge more than 2 Linestring into a Multilinestring?</div><div></div><div>I'm using Postgis 1.3</div><div></div><div></div><div>best regards</div><div>Mehmet Sirin</div>