[postgis-tickets] [PostGIS] #5175: <> and != on geometry yield operator is not unique
PostGIS
trac at osgeo.org
Wed Aug 17 19:34:52 PDT 2022
#5175: <> and != on geometry yield operator is not unique
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.9
Component: postgis | Version: 3.2.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
It just dawned on me where the indirection could be coming from.
Remember we have a cast for PostgreSQL geometry types (polygon and point)
to postgis types and I think we might have the other way around too.
Could it be because it can cast to text or point and it's getting those
extra operators from there. I don't think we have such a cast for
geography types.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5175#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list