[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 08:04:10 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:                         |  
-----------------------------------+----------------------------------------

Comment(by robe):

 checked again using raster_upgrade.sql and while it doesn't give an error,
 it also doesn't install the st_countagg aggregate function.  It HOWEVER
 does install the agg_count type.  There is extra code wrapped in a custom
 DO that installs the agg_count type if it's not present.

 The error I was seeing:

 {{{
 ERROR:  function st_countagg(raster, integer, boolean, double precision)
 does not exist
 }}}


 is coming from the comments install.  The comments install is part of the
 postgis extension where as I have to manually run raster_comments.sql to
 trigger the error with old-fashioned.

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