[postgis-users] enforce_dims_geom change between 1.3.3 and 1.4.0?
Brian Peschel
brianp at occinc.com
Fri Feb 3 13:39:38 PST 2012
I have this geometric is a 1.3.3 PostGIS enabled database:
st_npoints | st_astext
------------+---------------------------------------------------------------------------
3 | POLYGON((-97.288445 39.566748,-97.288188
39.566749,-97.288445 39.566748))
I used pg_dump to move this to a 1.4.0 PostGIS enabled database. And I
get this:
st_npoints
------------
3
for the number of point, but trying to see the geom
ERROR: geometry requires more points
I don't see anything else in my psotgres logs.
Any ideas?
- Brian
More information about the postgis-users
mailing list