ST_equals(null,null);
returns null
ST_equals(geometryfromtext('POINT(0 0)',null);
returns null

I suggest that ST_equals() on mixed SRID geometries, should
return a null, just like a null geometry does.
I think this is the most consistent approach when the
result is actually unknown, and therefore a result of either true or
false is inappropriate.

I'm fine with this approach, its certainly better than throwing an error.

Charlie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to