[postgis-tickets] [PostGIS] #2247: [raster] Create ST_CreateOverviews()
PostGIS
trac at osgeo.org
Wed Sep 3 07:55:08 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):
So finally I pushed everything as r12941 in trunk.
We have:
- ST_Retile returns SETOF raster
- ST_CreateOverview returns REGCLASS
The former is more flexible and doesn't write to the db.
The latter is more easy-to-use and goes on to create the tables and add
the constraints.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2247#comment:23>
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