#1187 closed defect (wontfix)
[raster] DropRasterTable/DropRasterColumn doesn't remove table overviews
Reported by: | brushtyler | Owned by: | pracine |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
The DropRasterTable and DropRasterColumn functions don't remove the table overviews and related entries in raster_overviews table.
Change History (6)
comment:1 by , 13 years ago
Component: | postgis → postgis raster |
---|---|
Owner: | changed from | to
Summary: | DropRasterTable/DropRasterColumn doesn't remove table overviews → [raster] DropRasterTable/DropRasterColumn doesn't remove table overviews |
Version: | 1.5.X → trunk |
comment:2 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:3 by , 10 years ago
Uhm, is this real ? I was really looking for a function to get rid of a raster table with all its dependencies (like overviews). How can it possibly be considered replaced by the loader ? It's about dropping, not adding
comment:4 by , 10 years ago
This isn't real. I don't believe those functions exist. And raster_overviews is not a table but a view.
comment:5 by , 10 years ago
yes, there's no need for those functions other than for removing the overviews.
comment:6 by , 10 years ago
I suppose we can have a maintenance functions for DropRasterColumn/DropRasterTable. File a new ticket? This one is sorely out-of-date.
Won't fix as DropRasterColumn and DropRasterTable will be dropped in the near future as the raster loader raster2pgsql is now the primary and only loader available in r8369.