[postgis-devel] [PostGIS] #1356: [raster] srid in raster_columns view is zero

PostGIS trac at osgeo.org
Thu Dec 8 11:51:01 PST 2011


#1356: [raster] srid in raster_columns view is zero
----------------------------+-----------------------------------------------
 Reporter:  bnordgren       |       Owner:  pracine      
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by dustymugs):

 Are any constraints specified on the raster table?  You can add the
 constraints using one of the AddRasterConstraints functions.  All values
 in the view raster_columns (except for catalog, schema, table and column)
 are derived from table constraints, so if your raster table/column has no
 constraints, most of the columns in raster_columns will be empty or
 default to the appropriate unknown value.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1356#comment:1>
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