<div dir="ltr">Hey everybody ,<div><br></div><div>When doing</div><div><div>SELECT (1,1,1,1)::topogeometry = (2,2,2,2)::topogeometry</div></div><div><br></div><div>I get errror 42601</div><div><div>ERROR:  operator is not unique: topogeometry = topogeometry</div>
<div>LINE 1: SELECT (1,1,1,1)::topogeometry = (2,2,2,2)::topogeometry</div><div>                                       ^</div><div>HINT:  Could not choose a best candidate operator. You might need to add explicit type casts.</div>
</div><div><br></div><div>I can't find any = operator for topogeometry, is it fine if I add it?</div><div>(plain simple, no family )</div><div><br></div><div>Cheers,</div><div><br></div><div>RémiC</div><div><br></div>
</div>