[postgis-devel] [topology] missing = operator for topogeometry
Rémi Cura
remi.cura at gmail.com
Wed Oct 23 01:51:32 PDT 2013
Hey everybody ,
When doing
SELECT (1,1,1,1)::topogeometry = (2,2,2,2)::topogeometry
I get errror 42601
ERROR: operator is not unique: topogeometry = topogeometry
LINE 1: SELECT (1,1,1,1)::topogeometry = (2,2,2,2)::topogeometry
^
HINT: Could not choose a best candidate operator. You might need to add
explicit type casts.
I can't find any = operator for topogeometry, is it fine if I add it?
(plain simple, no family )
Cheers,
RémiC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20131023/87bf04b6/attachment.html>
More information about the postgis-devel
mailing list