[postgis-tickets] [PostGIS] #2489: st_asgml functions not dropped 2.0 to 2.1 upgrade

PostGIS trac at osgeo.org
Tue Oct 8 06:32:42 PDT 2013


#2489: st_asgml functions not dropped 2.0 to 2.1 upgrade
-----------------------------------+----------------------------------------
 Reporter:  kyngchaos              |       Owner:  robe         
     Type:  defect                 |      Status:  new          
 Priority:  medium                 |   Milestone:  PostGIS 2.1.1
Component:  build/upgrade/install  |     Version:  2.1.x        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by robe):

 there are a bunch of raster ones I see as well.

 I think this is the full list (well upgrading from 2.0.4 to 2.1 I need to
 check with lower than 2.0.4 suspect there are some) need to add to the
 drop afters.  Will do once I can test.


 {{{
 DROP FUNCTION IF EXISTS st_asgml(integer, postgis.geometry, integer,
 integer, text);
 DROP FUNCTION IF EXISTS st_asgml(integer, postgis.geography, integer,
 integer, text);
 DROP FUNCTION IF EXISTS _st_asgml(integer, postgis.geometry, integer,
 integer, text);
 DROP FUNCTION IF EXISTS _st_asgml(integer, postgis.geography, integer,
 integer, text);

 }}}

 Raster ones


 {{{
 DROP FUNCTION IF EXISTS _st_aspect4ma(double precision[], text, text[]);
 DROP FUNCTION IF EXISTS _st_hillshade4ma(double precision[], text,
 text[]);
 DROP FUNCTION IF EXISTS _st_mapalgebra4unionfinal1(raster);
 DROP FUNCTION IF EXISTS _st_mapalgebra4unionstate(raster, raster,
 integer);
 DROP FUNCTION IF EXISTS _st_mapalgebra4unionstate(raster, raster);
 DROP FUNCTION IF EXISTS _st_mapalgebra4unionstate(raster, raster, text);
 DROP FUNCTION IF EXISTS _st_mapalgebra4unionstate(raster, raster, integer,
 text);
 DROP FUNCTION IF EXISTS _st_mapalgebra4unionstate(raster, raster, text,
 text, text, double precision, text, text, text, double precision);
 DROP FUNCTION IF EXISTS _st_slope4ma(double precision[], text, text[]);

 }}}

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