[postgis-users] Re: Polygon covering points?

Brian Hamlin maplabs at light42.com
Wed Oct 17 21:30:16 PDT 2007


heres my try, adding st_collect() per mark
   given a Table of POINT, geometry field geom_pts, chars feature_code

select st_convexhull( st_collect( e.geom_pts) ) from
   (select * from gectable g where g.feature_code = 'MT') as e

doesn't work..
ERROR: function st_collect(geometry) does not exist

??
-Brian




More information about the postgis-users mailing list