[postgis-tickets] [PostGIS] #2673: Can't upgrade from postgis 2.0.4 to postgis 2.2.0

PostGIS trac at osgeo.org
Sun Mar 9 22:00:03 PDT 2014


#2673: Can't upgrade from postgis 2.0.4 to postgis 2.2.0
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  dustymugs    
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.2.0
Component:  raster   |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 When doing on a 2.0.4 database

 {{{
 ALTER EXTENSION postgis
   UPDATE TO "2.2.0dev";

 }}}

 Get this error:

 {{{
 ERROR: cannot drop function _st_mapalgebraunionfinal1(raster_ because
 other objects depend on it

 DETAIL: extension postgis depends on function
 _st_mapalgebra4unionfinal1(raster)
 }}}

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