Opened 14 years ago

Closed 14 years ago

#476 closed defect (fixed)

rtpostgis.sql errors out no st_raster_to_box2d

Reported by: robe Owned by: pracine
Priority: medium Milestone: WKTRaster 0.1.6
Component: postgis Version: 1.5.X
Keywords: Cc:

Description

when running the rtpostgis.sql it errors out, but if I remark out this cast it works fine. Is this supposed to exist or not?

CREATE CAST (raster AS box2d)
    WITH FUNCTION st_raster_to_box2d(raster) AS IMPLICIT;

Change History (2)

comment:1 by robe, 14 years ago

Owner: changed from pramsey to pracine

comment:2 by pracine, 14 years ago

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