[PostGIS] #6033: ERROR: operator is not unique: public.geometry = public.geometry
PostGIS
trac at osgeo.org
Tue Jan 20 12:29:58 PST 2026
#6033: ERROR: operator is not unique: public.geometry = public.geometry
----------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.6.2
Component: postgis | Version: 3.5.x
Resolution: invalid | Keywords:
----------------------+---------------------------
Changes (by robe):
* resolution: => invalid
* status: new => closed
Comment:
Duh you are right, this is not fixable. This works fine:
{{{
set search_path='pg_catalog';
SELECT 'POINT(1 1)'::public.geometry OPERATOR(public.=) 'POINT(1
1)'::public.geometry;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/6033#comment:3>
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