]> granicus.if.org Git - postgis/commitdiff
#1630 -- this has got to be a bug in the PostgreSQL extensions model that I have...
authorRegina Obe <lr@pcorp.us>
Fri, 2 Mar 2012 14:05:59 +0000 (14:05 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 2 Mar 2012 14:05:59 +0000 (14:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9382 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis/sql_bits/remove_from_extension.sql.in

index c7ddc9fab8488345bdfebd39f0e02d8518354057..099ad61df069e679c133681f86c182fec99f2146 100644 (file)
@@ -20,3 +20,5 @@ 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');
+SELECT postgis_extension_drop_if_exists('postgis', 'DROP TYPE _wktgeomval');
+SELECT postgis_extension_drop_if_exists('postgis', 'DROP VIEW _raster_columns');