<div dir="ltr">I added a new column.<div><br></div><div>alter table a_table add column geom geometry(Polygon, 27700);<br></div><div><br></div><div>Then, </div><div><br></div><div>update a_table set geom = (select ST_ConcaveHull(ST_Collect(geom), 0.99) from b_table where name = _name) where name = _name;<br></div><div><br></div><div>It kept throwing up an error message saying: "geometry type point does not match polygon".</div><div><br></div><div>I thought that a concavehyll is a polygon.  That is why I created a polygon column for it.</div><div><br></div><div>Can anyone help?</div><div><br></div><div>Regards,</div><div><br></div><div>Shao</div></div>