Opened 15 years ago
Closed 15 years ago
#505 closed defect (fixed)
[wktraster] DumpAsWKTPolygons uses PostgreSQL 8.4 default construct
Reported by: | robe | Owned by: | pracine |
---|---|---|---|
Priority: | medium | Milestone: | WKTRaster 0.1.6 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
Just tried install wktraster on 8.3 and couldn't because of the DEFAULT used in DumpAsWKTPolygons
DumpAsWKTPolygons(raster,DEFAULT int )
This is a feature that was introduced in 8.4, so will prevent 8.3 users from installing WKT Raster.
Note the current PostGIS 2.0 currently supports 8.3, but it is very likely when we finally release we may drop support for 8.3. Since this isn't currently working yet, and has equivalent 8.3 workaround seems a bit early to be leaving 8.3 people out in the cold because of this.
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes, I changed this on my working copy. It will be comitted ASAP. Thanks for reporting it.