2010/8/12 Brent Wood <[email protected]>

> Hi Andrea,
>
> What do you mean by a "wrong" geometry? One that failed to load?
>
> Did you use the postgis function ST_isvalid() function to test?
>
> Brent Wood
>

Yes,

After load in postgres
I try a

select count(*) from table where ST_IsValid(geom)=false;

and have a result of 1 only invalid geometry.

-- 
-----------------
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-----------------
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to