From: Regina Obe Date: Fri, 2 Mar 2012 14:11:54 +0000 (+0000) Subject: oops type in last commit. X-Git-Tag: 2.0.0beta2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88a3e9a0c4d0384a9f65c8bb123b1d5f76e187e2;p=postgis oops type in last commit. git-svn-id: http://svn.osgeo.org/postgis/trunk@9383 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/postgis/sql_bits/remove_from_extension.sql.in b/extensions/postgis/sql_bits/remove_from_extension.sql.in index 099ad61df..5e225a7cc 100644 --- a/extensions/postgis/sql_bits/remove_from_extension.sql.in +++ b/extensions/postgis/sql_bits/remove_from_extension.sql.in @@ -21,4 +21,4 @@ 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'); +SELECT postgis_extension_drop_if_exists('postgis', 'DROP TYPE _raster_columns');