[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
Wed Feb 29 06:06:12 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:  assigned     
 Priority:  blocker                |   Milestone:  PostGIS 2.0.0
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:                         |  
-----------------------------------+----------------------------------------
Changes (by strk):

  * owner:  robe => strk
  * status:  new => assigned


Comment:

 Seems to be this:
 {{{
  -- Major variant
 -CREATE OR REPLACE FUNCTION st_clip(rast raster, band int, geom geometry,
 nodata float8[] DEFAULT NULL, trimraster boolean DEFAULT FALSE)
 +CREATE OR REPLACE FUNCTION st_clip(rast raster, band int, geom geometry,
 nodataval double precision[] DEFAULT NULL, crop boolean DEFAULT TRUE)
 }}}

 Which is Pierre's at r9336

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