[postgis-tickets] [PostGIS] #2659: extension upgrade from 2.1.2dev to 2.2.0dev fails with st_countagg(raster, integer, boolean, double precision) does not exist
PostGIS
trac at osgeo.org
Sun Mar 2 18:45:08 PST 2014
#2659: extension upgrade from 2.1.2dev to 2.2.0dev fails with
st_countagg(raster,integer,boolean,double precision) does not exist
-----------------------------------+----------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
after getting around issue #2382 by renaming my postgis-2.1 library, I get
this error when trying to run the below from postgis 2.1.2dev (I cheated
by copying the 2.1.1 install script -- I'll add to 2.2 next)
{{{
ALTER EXTENSION postgis UPDATE TO "2.2.0dev";
}}}
{{{
ERROR: function st_countagg(raster,integer,boolean,double precision) does
not exist
}}}
I didn't seem to run into this problem upgrading database using old
fashioned way so might be an order issue or one of the drop extension
thingy's. I thought maybe the documentation was out of date, but went and
ran raster_comments.sql on my old-fashioned upgrade to verify that was not
the issue.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2659>
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