From: Regina Obe Date: Fri, 2 Mar 2012 15:02:17 +0000 (+0000) Subject: #1630 and drop type raster_columns. Good grief how many hidden objects are there. X-Git-Tag: 2.0.0beta2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2cba15659a2f344203c76bf6382e9de2d323cef;p=postgis #1630 and drop type raster_columns. Good grief how many hidden objects are there. git-svn-id: http://svn.osgeo.org/postgis/trunk@9385 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 5e225a7cc..04fc9626d 100644 --- a/extensions/postgis/sql_bits/remove_from_extension.sql.in +++ b/extensions/postgis/sql_bits/remove_from_extension.sql.in @@ -21,4 +21,5 @@ 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 TYPE raster_columns'); SELECT postgis_extension_drop_if_exists('postgis', 'DROP TYPE _raster_columns');