]> granicus.if.org Git - postgis/commitdiff
#1257 - drop mem_size
authorRegina Obe <lr@pcorp.us>
Wed, 21 Dec 2011 13:59:45 +0000 (13:59 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 21 Dec 2011 13:59:45 +0000 (13:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8485 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/uninstall_legacy.sql.in.c

index b4d46875af17aef84e6d9555d1d8176e64eb332b..97e3cfa9d5148fd97d112fa7992db3e2490127a4 100644 (file)
@@ -108,6 +108,7 @@ DROP AGGREGATE IF EXISTS MakeLine(geometry);
 DROP FUNCTION IF EXISTS MakeLine(geometry, geometry);
 DROP FUNCTION IF EXISTS MakePolygon(geometry, geometry[]);
 DROP FUNCTION IF EXISTS MakePolygon(geometry);
+DROP FUNCTION IF EXISTS mem_size(geometry);
 DROP FUNCTION IF EXISTS MPolyFromWKB(bytea);
 DROP FUNCTION IF EXISTS multi(geometry);