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
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users