]> granicus.if.org Git - postgis/commitdiff
Fix availability info for "agg_count" type (#3082)
authorSandro Santilli <strk@keybit.net>
Tue, 17 Mar 2015 11:42:14 +0000 (11:42 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 17 Mar 2015 11:42:14 +0000 (11:42 +0000)
Fixes soft-upgrade from 2.1 to 2.2

git-svn-id: http://svn.osgeo.org/postgis/trunk@13350 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis.sql.in

index cef398fdeee58dffa845d3c9071e95e4e7c69b78..f380612d1fca46e97d05f7074ab11d8657715728 100644 (file)
@@ -696,7 +696,7 @@ CREATE OR REPLACE FUNCTION st_approxcount(rast raster, sample_percent double pre
 -- ST_CountAgg
 -----------------------------------------------------------------------
 
--- Availability: 2.1.0
+-- Availability: 2.2.0
 CREATE TYPE agg_count AS (
        count bigint,
        nband integer,