[PostGIS] #6033: ERROR: operator is not unique: public.geometry = public.geometry

PostGIS trac at osgeo.org
Thu Jan 8 09:14:19 PST 2026


#6033: ERROR:  operator is not unique: public.geometry = public.geometry
---------------------+---------------------------
 Reporter:  robe     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 3.6.2
Component:  postgis  |    Version:  3.5.x
 Keywords:           |
---------------------+---------------------------
 This error happens if the postgis schema is not in the search_path.

 To replicate:

 {{{

 CREATE EXTENSION postgis SCHEMA public;

 SET search_path='pg_catalog';
 SELECT 'POINT EMPTY'::public.geometry = 'POINT EMPTY'::public.geometry;

 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/6033>
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