]> granicus.if.org Git - postgis/commitdiff
Fix function creation statement
authorBborie Park <bkpark at ucdavis.edu>
Tue, 17 Jul 2012 22:37:57 +0000 (22:37 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 17 Jul 2012 22:37:57 +0000 (22:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10068 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis.sql.in.c

index d27054f6fb7cc1ade0c56f40c41be2946c1c8739..f6d03882554515e53ec928f11c79628496f07d5e 100644 (file)
@@ -2496,7 +2496,7 @@ CREATE OR REPLACE FUNCTION st_dumpaspolygons(rast raster, band integer DEFAULT 1
 -- ST_Polygon
 -----------------------------------------------------------------------
 CREATE OR REPLACE FUNCTION st_polygon(rast raster, band integer DEFAULT 1)
-       RETURNS geometry AS
+       RETURNS geometry
        AS 'MODULE_PATHNAME','RASTER_getPolygon'
        LANGUAGE 'c' IMMUTABLE STRICT;