Opened 12 years ago
Closed 12 years ago
#2068 closed defect (invalid)
[raster] Make out_db column of raster_columns view behave correctly
Reported by: | Bborie Park | Owned by: | Bborie Park |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.2 |
Component: | raster | Version: | 2.0.x |
Keywords: | Cc: | mateusz@… |
Description
When there is no out_db constraint, out_db = NULL.
When out_db constraint is applied, out_db = array of boolean.
From the looks of ticket #1216, out_db did not behave the same as the other columns as out-db support for rasters were NOT implemented at the time. By the release of 2.0.0, out-db support was implemented but it looks like the out_db column fell through the cracks.
So, this needs to be fixed for 2.0.x and -trunk
Change History (4)
comment:1 by , 12 years ago
Status: | new → assigned |
---|
comment:2 by , 12 years ago
Cc: | added |
---|
comment:3 by , 12 years ago
In looking to fix this, I found that the code is already present and working correctly. Double-checking my production data warehouse, everything looks to be working... I just forgot to add the outdb constraint to a large set of columns. Once the constraint was added, everything worked as expected.
comment:4 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Closing ticket as invalid.
Here is my chat on this problem with dustymags last night, copied from http://irclogs.geoapt.com/postgis/%23postgis.2012-10-26.log