[postgis-users] how to create ouline of multiple objects

Paul Ramsey pramsey at cleverelephant.ca
Thu Aug 13 11:50:13 PDT 2009


select st_union(the_geom) from thetable;

On Thu, Aug 13, 2009 at 11:47 AM, G. van Es<gves2000 at yahoo.com> wrote:
> Hi All,
>
> Maybe a stupid question but I have a shape imported in PG of wich I want to determine the outline of all objects. The result should be a LINE or just one POLYGON.
>
> Does anyone know if this is possible in PG.
>
> Thanks,
>
> Ge
>
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>



More information about the postgis-users mailing list