[postgis-devel] [PostGIS] #513: Can't upload dbf only with gui (without unchecking index?)

PostGIS trac at osgeo.org
Thu Apr 29 08:39:43 PDT 2010


#513: Can't upload dbf only with gui (without unchecking index?)
-------------------------+--------------------------------------------------
 Reporter:  robe         |       Owner:  pramsey      
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 1.5.2
Component:  postgis      |     Version:  1.5.X        
 Keywords:               |  
-------------------------+--------------------------------------------------
 I have a table that just has attribute data (no geom).  Everything goes
 fine and well until it tries to create an index.


 {{{
 Failed SQL begins: "CREATE INDEX "parcel_10_data_the_geom_gist" ON
 "scratch"."parcel_10_data" using gist ("the_geom" gist_geometry_ops);
 COMMIT;
 }}}


 I haven't tried reloading yet, but I suspect it will work if I uncheck the
 "CREATE INDEX" checkbox.

 I suppose it may be too much to ask, but can we have the gui not try to
 create an index if there is no geometry to index even if the user is not
 smart enough to uncheck the "CREATE INDEX" option.

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