dropping functions that cause the 2.3-2.4.0-upgrade.sql script to fail rel_2_4_0
authorChris Sharp <csharp@georgialibraries.org>
Mon, 10 Jun 2013 19:21:15 +0000 (15:21 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 10 Jun 2013 19:21:15 +0000 (15:21 -0400)
Open-ILS/src/sql/Pg/version-upgrade/pines-pre-2.3-2.4.0-upgrade.sql

index c4feb45..3394d3a 100644 (file)
@@ -6,4 +6,6 @@ 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;