[postgis-tickets] [PostGIS] #3633: PostGIS upgrade is broken - operator does not exist: gidx public.&& geography

PostGIS trac at osgeo.org
Thu Sep 15 05:14:52 PDT 2016


#3633: PostGIS upgrade is broken - operator does not exist: gidx public.&&
geography
---------------------+---------------------------
 Reporter:  komzpa   |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 2.3.0
Component:  postgis  |    Version:  2.2.x
 Keywords:           |
---------------------+---------------------------
 {{{
 gis=# select postgis_full_version();
 postgis_full_version
 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  POSTGIS="2.3.0rc1dev" GEOS="3.5.0-CAPI-1.9.0 r4084" PROJ="Rel. 4.9.2, 08
 September 2015" GDAL="GDAL 1.11.3, released 2015/09/16" LIBXML="2.9.3"
 LIBJSON="0.11.99" (core procs from "2.3.0dev" need upgrade) RASTER (raster
 procs from "2.3.0dev" need upgrade)
 (1 row)

 gis=# alter extension postgis update ;
 ERROR:  operator does not exist: gidx public.&& geography
 LINE 2:   SELECT $2 OPERATOR(public.&&) $1;
                     ^
 HINT:  No operator matches the given name and argument type(s). You might
 need to add explicit type casts.
 QUERY:
   SELECT $2 OPERATOR(public.&&) $1;
 }}}

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