--- /dev/null
+-- please install Rose::URI via CPAN
+BEGIN;
+-- drop schemas with dependencies that get deleted
+DROP SCHEMA troup CASCADE;
+DROP SCHEMA tcpls CASCADE;
+
+-- drop a function with dependencies that get removed
+DROP FUNCTION search.staged_fts(integer,integer,text,integer[],text[],text[],text[],text[],text[],text[],text,real,text,boolean,boolean,boolean,integer,integer,integer);
+DROP AGGREGATE agg_tsvector(public.tsvector);
+DROP FUNCTION tsvector_concat(public.tsvector,public.tsvector);
+COMMIT;