On Fri, May 24, 2013 at 11:21 AM, Hugues François <[email protected] > wrote:
> You should try : > > update nodes a > set outline_id = b.outline_id > from outlines b > where st_contains(b.geom, a.geom) > > Hugues. > That worked perfectly. I must have been trying to over think the problem. Thanks -- Clifford
_______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
