]> granicus.if.org Git - postgis/commitdiff
fix for #913 replace geometry2box2d with LWGEOM_to_BOX2DFLOAT4 in st_box2d function...
authorRegina Obe <lr@pcorp.us>
Mon, 18 Apr 2011 14:08:30 +0000 (14:08 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 18 Apr 2011 14:08:30 +0000 (14:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7045 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/legacy.sql.in.c

index 2f922c90e7970b9b1c1d85c0d0bf72b1416a39ec..2e05f495115cbf3f67ab1f8d23f1d00a2589736d 100644 (file)
@@ -27,7 +27,7 @@ CREATE OR REPLACE FUNCTION noop(geometry)
 --- Deprecation in 1.5.0
 CREATE OR REPLACE FUNCTION st_box2d(geometry)
        RETURNS box2d
-       AS 'MODULE_PATHNAME','geometry2box2d'
+       AS 'MODULE_PATHNAME','LWGEOM_to_BOX2DFLOAT4'
        LANGUAGE 'C' IMMUTABLE STRICT;
 
 --- Deprecation in 1.5.0