[postgis-devel] [PostGIS] #476: rtpostgis.sql errors out no st_raster_to_box2d
PostGIS
trac at osgeo.org
Wed Mar 31 11:28:51 PDT 2010
#476: rtpostgis.sql errors out no st_raster_to_box2d
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: WKTRaster 0.1.6
Component: postgis | Version: 1.5.X
Keywords: |
---------------------+------------------------------------------------------
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;
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/476>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list