[postgis-users] Re: Problem with MultiLineString

pcreso at pcreso.com pcreso at pcreso.com
Wed Dec 3 15:38:23 PST 2008




-
> Thank you!  That's got to be it.  I knew I just needed a
> third eye, didn't even see that.  A followup question
> might be why is this geometry allowed to be created if it is
> then considered invalid by certain functions?
> 
> Ken


The reason is documented. The overhead for validating all geometries as entered is generally unecessary. For cases where it is appropriate, an insert trigger using isvalid() can be used to provide this capability.


Cheers,

   BRnet Wood



More information about the postgis-users mailing list