Opened 14 years ago

Closed 14 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 jorgearevalo, 14 years ago

Yes, I changed this on my working copy. It will be comitted ASAP. Thanks for reporting it.

comment:2 by jorgearevalo, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.