1-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2--
3----
4-- PostGIS - Spatial Types for PostgreSQL
5-- http://postgis.net
6--
7-- Copyright (C) 2011 Regina Obe <lr@pcorp.us>
8--
9-- This is free software; you can redistribute and/or modify it under
10-- the terms of the GNU General Public Licence. See the COPYING file.
11--
12-- Author: Regina Obe <lr@pcorp.us>
13--
14-- This drops extension helper functions
15-- and should be called at the end of the extension upgrade file
16-- removes all postgis_topology functions from postgis_topology extension since they will be readded
17-- during upgrade
18SELECT postgis_extension_remove_objects('postgis_topology', 'FUNCTION');
19SELECT postgis_extension_remove_objects('postgis_topology', 'AGGREGATE');
20