[postgis-devel] [PostGIS] #814: installing raster gives 1 conflict when running populate_geometry_columns()

PostGIS trac at osgeo.org
Sat Jan 29 14:20:17 PST 2011


#814: installing raster gives 1 conflict when running populate_geometry_columns()
---------------------+------------------------------------------------------
 Reporter:  nicklas  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  1.5.X        
 Keywords:           |  
---------------------+------------------------------------------------------
 After compiling with raster and installing with rtpostgis.sql I get 1
 conflict when running populate_geometry_columns().

 The column found but not inserted in geometry_columns is column "extent"
 in table "raster_columns".

 so the result of
 {{{
 select populate_geometry_columns()
 }}}
 in a new installed database with raster is:
 {{{
 probed:1 inserted:0 conflicts:1 deleted:0
 }}}


 /Nicklas

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/814>
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