[postgis-tickets] [PostGIS] #2673: Can't upgrade from postgis 2.0.4 to postgis 2.2.0
PostGIS
trac at osgeo.org
Tue Jul 8 01:54:56 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):
It turns out this is a problem with DROP order. We're putting both
"rtpostgis_upgrade_cleanup.sql" and "rtpostgis_drop.sql" before
rtpostgis_upgrade, so at time of DROP FUNCTION the function is still
needed by an aggregate that changed definition.
We have to go back to have a drop_before and a drop_after.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2673#comment:7>
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