[postgis-devel] [PostGIS] #1319: [raster] Make raster_columns a constraint-based view, replace AddRasterColumn with AddRasterConstraints and expand # of constraints on raster columns (was: [raster] Make raster_columns a constraint-based view, replace AddRasterColumn with ApplyRasterConstraints and expand # of constraints on raster columns)
PostGIS
trac at osgeo.org
Wed Nov 30 19:00:13 PST 2011
#1319: [raster] Make raster_columns a constraint-based view, replace
AddRasterColumn with AddRasterConstraints and expand # of constraints on
raster columns
----------------------------+-----------------------------------------------
Reporter: robe | Owner: dustymugs
Type: task | Status: assigned
Priority: critical | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by dustymugs):
Instead of ApplyRasterConstraints, use AddRasterConstraints as it is
phonetically similar to the true SQL of "ALTER TABLE ADD CONSTRAINT". For
dropping constraints, use DropRasterConstraints (ALTER TABLE DROP
CONSTRAINT).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1319#comment:40>
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