[postgis-devel] [PostGIS] #1212: [raster]: st_intersects signature change - documentation out of synch

PostGIS trac at osgeo.org
Wed Sep 28 19:39:27 PDT 2011


#1212: [raster]: st_intersects signature change - documentation out of synch
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  pracine      
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by dustymugs):

 Replying to [comment:15 robe]:
 > So we are in agreement?
 > The signatures will be
 >
 > change: ST_Intersects(rast1,nband1,rast2,nband2) ->
 ST_Intersects(rast1,rast2)
 > Put back: ST_Intersects(rast1,nband1,rast2,nband2)
 >
 > This keeps consistency and avoids the situation where someone throws in
 an untyped NULL and we then get an ambiguous path like this:
 >
 > ST_Intersects(rast,NULL,NULL,2) ;
 >

 +1 for this.  If Pierre consents, I'll make the changes.

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