Ticket #825 (closed defect: wontfix)
[raster] raster overview -- trying to insert into wrong table (if schema qualify), and not creating rast column
| Reported by: | robe | Owned by: | pracine |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 2.0.0 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description
I didn't check to see if its the permutation of options we were using, but we ran into two issues with raster overviews.
If we do something like this (basically creating a schema qualified raster table
python raster2pgsql.py -r *.jpg -l 2 -t aerials.boston -s 26986 -k 100x160 -F -I -o bostonaerials_overview.sql
1) It tries to insert into a table called aerials.raster_overviews instead of the one that gets pre-installed in public.
2) Also its not doing an AddRasterColumn? call so that the new overview table fails because it has not raster column. Though when I tried this I was doing just
python raster2pgsql.py -r *.jpg -l 2 -t boston -s 26986 -k 100x160 -F -I -o bostonaerials_overview.sql
So not absolutely sure it would fail for the first case.
Change History
Note: See
TracTickets for help on using
tickets.
