postgis/extensions/postgis_extension_helper_uninstall.sql
Regina Obe 624d5b93ad put in svn Author Date Id Revision keywords
git-svn-id: http://svn.osgeo.org/postgis/trunk@8732 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-09 20:17:59 +00:00

19 lines
620 B
SQL

-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--
-- $Id$
----
-- PostGIS - Spatial Types for PostgreSQL
-- http://www.postgis.org
--
-- Copyright (C) 2011 Regina Obe <lr@pcorp.us>
--
-- This is free software; you can redistribute and/or modify it under
-- the terms of the GNU General Public Licence. See the COPYING file.
--
-- Author: Regina Obe <lr@pcorp.us>
--
-- This drops extension helper functions
-- and should be called at the end of the extension upgrade file
DROP FUNCTION postgis_extension_remove_objects(text, text);
DROP FUNCTION postgis_extension_drop_if_exists(text, text)