[postgis-tickets] [PostGIS] #2673: Can't upgrade from postgis 2.0.4 to postgis 2.2.0

PostGIS trac at osgeo.org
Tue Jul 8 01:17:57 PDT 2014


#2673: Can't upgrade from postgis 2.0.4 to postgis 2.2.0
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  robe         
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.2.0
Component:  raster   |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 Alright, there are 4 "st_union" functions that are all dependent on this
 '_st_mapalgebra4unionfinal1(raster)'. They are:
 {{{
 pgt=# select pg_describe_object(1255, oid, 0) from pg_proc where oid in (
 select objid from pg_depend where refobjid =
 '_st_mapalgebra4unionfinal1(raster)'::regprocedure );
            pg_describe_object
 ----------------------------------------
  function st_union(raster,text)
  function st_union(raster,integer)
  function st_union(raster)
  function st_union(raster,integer,text)
 (4 rows)
 }}}

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