[postgis-tickets] [PostGIS] #2247: [raster] Create ST_CreateOverviews()

PostGIS trac at osgeo.org
Thu Sep 4 09:28:31 PDT 2014


#2247: [raster] Create ST_CreateOverviews()
-------------------------------+--------------------------------------------
 Reporter:  dzwarg             |       Owner:  strk         
     Type:  enhancement        |      Status:  assigned     
 Priority:  medium             |   Milestone:  PostGIS 2.2.0
Component:  raster             |     Version:  trunk        
 Keywords:  raster, overviews  |  
-------------------------------+--------------------------------------------

Comment(by strk):

 Today I tweaked the function to protect against specifying a factor < 2
 and to recommend creating an index on the source table if missing (it's
 really only needed if the source table has many tiles).

 I was wondering if the function should also create a spatial index on the
 overview table, or do we leave that to the caller to decide upon ? Or we
 accept flags to determine that ?

 Also, should the created overview table inherit permissions of the parent
 ?

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