[postgis-users] How to Update Geometry table
venkat
ven.tammineni at gmail.com
Thu Sep 30 05:39:27 PDT 2010
Dear All,
How can I update geometry table...Please anyone guide me.
I am trying below query ,but i am getting error.
update split_polys10
set geom =( SELECT geom FROM dump ((
SELECT polygonize(geomunion(boundary(poly.geom),'LINESTRING (34.99
7.055,2.74 0.936)'))
FROM poly
)));
ERROR: more than one row returned by a subquery used as an expression
Thanks and Regards,
Ven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20100930/bc0d3ec9/attachment.html>
More information about the postgis-users
mailing list