[postgis-tickets] [PostGIS] #2485: [raster]: raster constraints prevent raster data from restoring

PostGIS trac at osgeo.org
Mon Sep 23 11:01:45 PDT 2013


#2485: [raster]: raster constraints prevent raster data from restoring
----------------------+-----------------------------------------------------
 Reporter:  rdunklau  |       Owner:  dustymugs    
     Type:  defect    |      Status:  new          
 Priority:  critical  |   Milestone:  PostGIS 2.0.5
Component:  raster    |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by robe):

 thinking about this some more it seems we have 2 not so ugly options (well
 in my mind anyway)

 1) embed the whole sql call of these functions in the constraint itself.
 This is somewhat undesirable because it requires people dropping and
 reapplying constraints and may break your info calls so those may need to
 be redone.

 2) My most desirable make these C functions, but I have no idea how
 complicated it is to do that.  I can only assume since it takes just one
 raster, it shouldn't be that complicated - the trickest seems to me
 calling that array_agg from c.

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