[postgis-devel] [PostGIS] #1319: [raster] Make raster_columns a view and AddRasterColumn enforce more

PostGIS trac at osgeo.org
Wed Nov 23 13:32:19 PST 2011


#1319: [raster] Make raster_columns a view and AddRasterColumn enforce more
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  robe         
     Type:  task            |      Status:  new          
 Priority:  high            |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by dustymugs):

 So far, it looks like the raster_columns view will have the following
 columns:

 r_table_catalog
 r_table_schema
 r_table_name
 r_raster_column
 srid
 scale_x
 scale_y
 num_bands
 pixel_types (assuming the check constraint can be fast)
 nodata_values (assuming the check constraint can be fast)

 The columns currently undecided are:

 out_db
 regular_blocking
 blocksize_x
 blocksize_y

 The columns not being carried over are:

 extent (performance)

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