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

PostGIS trac at osgeo.org
Mon Jul 7 09:55:14 PDT 2014


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

Comment(by strk):

 This is in rtpostgis_drop.sql.in:
 {{{
 DROP FUNCTION IF EXISTS _st_mapalgebra4unionfinal1(raster);
 }}}

 But it is not converted into an "ALTER EXTENSION..DROP".
 Not sure if it should, and how, as I see the extension/postgis/Makefile.in
 is doing some of those conversions "manually" (which I hate).

 Regina: should there be a script to automatically convert DROP calls to
 ALTER EXTESION DROP ?

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