Opened 15 years ago
Closed 15 years ago
#350 closed defect (fixed)
[wktraster] Premature use of geometry_samebox and geometry_gist_sel breaks support for PostGIS 1.4.x
Reported by: | pracine | Owned by: | jorgearevalo |
---|---|---|---|
Priority: | high | Milestone: | WKTRaster 0.1.6 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
Premature use of "geometry_samebox" and "geometry_gist_sel" in rtpostgis.sql breaks support for PostGIS 1.4.x where those functions are not available.
Change History (7)
comment:1 by , 15 years ago
comment:3 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
geometry_gist_joinsel should also be replaced with postgis_gist_joinsel
Note:
See TracTickets
for help on using tickets.
I think we shold come back to geometry_same and postgis_gist_sel until they are really removed from a version of PostGIS.