[postgis-tickets] [PostGIS] #2485: [raster]: raster constraints prevent raster data from restoring
PostGIS
trac at osgeo.org
Mon Sep 23 09:54:45 PDT 2013
#2485: [raster]: raster constraints prevent raster data from restoring
----------------------+-----------------------------------------------------
Reporter: rdunklau | Owner: dustymugs
Type: defect | Status: new
Priority: medium | Milestone: PostGIS Future
Component: raster | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
Changes (by dustymugs):
* priority: critical => medium
* version: 2.0.x => trunk
* milestone: PostGIS 2.0.5 => PostGIS Future
Comment:
This really is no different than pre-typemod geometry where constraints
were defined with functions.
{{{
ST_SRID(geom) = 4326
ST_NDims(geom) = 2
GeometryType = 'POLYGON'
}}}
So, there is no way to check the attributes of a raster without making use
of the raster functions.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2485#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