Added cleanup statements for bandmetatype type and change function signature for st_bandmetadata.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8296 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Bborie Park 2011-12-02 15:22:33 +00:00
parent 82af1d7b1c
commit 0c79da1b88

View file

@ -180,3 +180,8 @@ DROP FUNCTION IF EXISTS st_georeference(raster, text);
-- function name change
DROP FUNCTION IF EXISTS dumpaswktpolygons(raster, integer);
-- no longer needed
DROP TYPE IF EXISTS bandmetadata;
-- signature changed
DROP FUNCTION IF EXISTS st_bandmetadata(raster, VARIADIC int[]);