[postgis-tickets] [PostGIS] #2908: Cannot upgrade: cannot drop function st_summarystats(raster, integer, boolean) because other objects depend on it

PostGIS trac at osgeo.org
Tue Aug 26 07:31:46 PDT 2014


#2908: Cannot upgrade: cannot drop function
st_summarystats(raster,integer,boolean) because other objects depend on it
-----------------------------------+----------------------------------------
 Reporter:  strk                   |       Owner:  strk         
     Type:  defect                 |      Status:  new          
 Priority:  medium                 |   Milestone:  PostGIS 2.2.0
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:  raster                 |  
-----------------------------------+----------------------------------------

Comment(by strk):

 These two lines are found in rtpostgis_upgrade_cleanup.sql:
 {{{
 -- remove TYPE summarystats
 DROP FUNCTION IF EXISTS st_summarystats(raster,int, boolean);
 }}}

 The datatype was removed as part of #1939

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