[postgis-tickets] [PostGIS] #3028: create extension postgis from unpackaged - ERROR: function st_intersection(raster, integer, geometry) does not exist

PostGIS trac at osgeo.org
Mon Feb 2 07:39:51 PST 2015


#3028: create extension postgis from unpackaged - ERROR:  function
st_intersection(raster, integer, geometry) does not exist
--------------------+-------------------------------------------------------
 Reporter:  strk    |       Owner:  dustymugs    
     Type:  defect  |      Status:  new          
 Priority:  medium  |   Milestone:  PostGIS 2.2.0
Component:  raster  |     Version:  trunk        
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by strk):

 Removing that function from the drop, next error raises:
 ERROR:  function st_intersection(raster, geometry) does not exist

 This one is defined in a somewhat conflicting way, once with default
 argument, one w/out.
 I guess at runtime you'd get an "ambiguous" message when trying to call
 the 2-argument version, shouldn't you ?

 The complete list of suspicious functions:
 https://github.com/postgis/postgis/blob/svn-
 trunk/raster/rt_pg/rtpostgis_drop.sql.in#L53-L62

 The two definitions of the next problematic one:
 https://github.com/postgis/postgis/blob/svn-
 trunk/raster/rt_pg/rtpostgis.sql.in#L6366
 https://github.com/postgis/postgis/blob/svn-
 trunk/raster/rt_pg/rtpostgis.sql.in#L6406

 It needs some love to clean up duplications, obsolete some functions and
 keep the others

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