On Mon, May 03, 2010 at 09:32:54AM -0300, Oscar Zamudio wrote:
> I need to clarify: my table is a table of streets. So ... I don't know how
> to proceed.

You may be looking for ST_ConvexHull. Something like:

SELECT ST_ConvexHull(ST_Collect(the_geom)) from mytable;

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to