<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello All, I'm fairly new to PostgreSQL and PostGIS and I have a fairly
basic question ...<br>
<br>
I'm trying to Update a Geometry column with the following SQL
statement, but I keep getting an 'Invalid Geometry Error'<br>
<br>
<b>UPDATE "parcels" SET "the_geom" =
GeometryFromText('MULTIPOLYGON((793917.91 55313182.31, 795797.70
5513182.31, 795696.09 5511539.62, 793342.13 5511556.55, 793917.91
5513182.31))', 26911) WHERE "PARCEL_ID"='123456'</b><br>
<br>
Can someone please point out the error of my ways?  Thanks in Advance
...<br>
<br>
-Jackson-
</body>
</html>