#861 closed enhancement (fixed)
DropGeometryTable should not raise exception if no geometry column
Reported by: | aperi2007 | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | history | Cc: |
Description
Actually the DropGeometryTable raise an exception if the table has no geometry column.
This patch avoid this exception. So the DropGeometryTable() drop always the table if there isn't object dependent from it.
Attachments (1)
Change History (5)
by , 14 years ago
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 14 years ago
Keywords: | history added |
---|
Note:
See TracTickets
for help on using tickets.
Patch to avoid exception if no geometry column