]> granicus.if.org Git - postgis/commitdiff
#1630: drop wktgeomval type from extension, but still can't drop because of function...
authorRegina Obe <lr@pcorp.us>
Wed, 29 Feb 2012 08:44:00 +0000 (08:44 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 29 Feb 2012 08:44:00 +0000 (08:44 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9341 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis/sql_bits/remove_from_extension.sql.in

index be9adaa99085944989c5e6f7d07f08f427185d97..c7ddc9fab8488345bdfebd39f0e02d8518354057 100644 (file)
@@ -19,3 +19,4 @@
 SELECT postgis_extension_remove_objects('postgis', 'FUNCTION');
 SELECT postgis_extension_remove_objects('postgis', 'AGGREGATE');
 SELECT postgis_extension_drop_if_exists('postgis', 'DROP VIEW raster_columns');
+SELECT postgis_extension_drop_if_exists('postgis', 'DROP TYPE wktgeomval');