Hi Maria,<br><br>You need to have a field for ordering your points. (gid in this example)<br><br><br>SELECT ST_MakeLine(pts.the_geom)<br>FROM (SELECT the_geom FROM your_points_table ORDER BY gid) as pts<br><br><br>Fred.<br>
<br><br><br><br><br><div class="gmail_quote">On Mon, Nov 17, 2008 at 5:33 PM, Maria Arias de Reyna <span dir="ltr"><<a href="mailto:marias@emergya.es">marias@emergya.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I'm trying to convert a table of points to a table of multilinestring. Is it<br>
posible? How?<br>
<br>
Background: I want to use PgRouting to find quickest routes and I have two<br>
shape files with data: a point shape and a multilinestring shape. As<br>
PgRouting can't work with both, I want to convert the points to little<br>
multilinestring so I can use them. If you know of another solution, it will<br>
be gladly wellcome, of course.<br>
<br>
Thanks in advance.<br>
<font color="#888888"><br>
--<br>
María Arias de Reyna Domínguez<br>
Emergya Consultoría<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</font></blockquote></div><br>