<div>I was trying to copy a geometry data type from one table to another, but I got a <b>enforce_dims_the_geom</b> error.</div><div><br></div><div>I looked at the <b>geometry_columns</b> table, and turns out the source table has a 4-dimensional field and the destination table has a 2-dimensional field. Both fields have srid 3081, and they are both of type point.</div>

<div><br></div><div>The source table is an import from a SHP using shp2pgsql, so I guess the 4-dimensionality was created at import time? I don't know why it's 4 dimensions; all its points only exist in a 2-dimensional plane.</div>

<div><br></div><div>How can I remove the two extraneous dimensions while I copy this geometry object from one table to another?</div><div><br></div><div>Aren</div>