Ticket #513 (closed enhancement: fixed)
Can't upload dbf only with gui (without unchecking index?)
| Reported by: | robe | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.5.2 |
| Component: | postgis | Version: | 1.5.X |
| Keywords: | Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
