[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
Mon Mar 3 09:33:18 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:  dustymugs    
     Type:  defect                 |      Status:  new          
 Priority:  blocker                |   Milestone:  PostGIS 2.2.0
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by strk):

 202 is how pramsey initially encoded versions. It is major * 100 + minor.
 So it is correctly set t 202 if it's a newly added aggregate. Rather you
 should check _postgis_upgrade_info.version_from_num, which is supposedly
 set at the very beginning of the upgrade procedure by running
 postgis_scripts_installed()

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