[postgis-devel] [PostGIS] #1630: upgrade from alpha6 to alpha7SVN: wktgeomval type can't be dropped; cannot change input parameter nodata

PostGIS trac at osgeo.org
Thu Mar 1 00:28:26 PST 2012


#1630: upgrade from alpha6 to alpha7SVN: wktgeomval type can't be dropped; cannot
change input parameter nodata
------------------------------------+---------------------------------------
  Reporter:  robe                   |       Owner:  strk         
      Type:  defect                 |      Status:  reopened     
  Priority:  blocker                |   Milestone:  PostGIS 2.0.0
 Component:  build/upgrade/install  |     Version:  trunk        
Resolution:                         |    Keywords:               
------------------------------------+---------------------------------------

Comment(by pracine):

 I guess the nodata array versions are missing in rtpostgis_drop.sql.in.c:

 {{{
 DROP FUNCTION IF EXISTS st_clip(raster, geometry, float8[], boolean);
 DROP FUNCTION IF EXISTS st_clip(raster, int, geometry, float8[], boolean);
 }}}

 Would that do the job?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1630#comment:10>
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-devel mailing list