Dropping a staged search function preventing the 2.3-2.4.0 script from completing.
authorChris Sharp <csharp@georgialibraries.org>
Fri, 6 Dec 2013 16:20:36 +0000 (11:20 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 6 Nov 2014 17:54:01 +0000 (12:54 -0500)
Open-ILS/src/sql/Pg/version-upgrade/pines-2.3-2.4.0-upgrade-db.sql

index a87b32e..6dd0bfc 100644 (file)
@@ -89,6 +89,8 @@ DROP INDEX metabib.metabib_series_field_entry_index_vector_idx;
 DROP INDEX metabib.metabib_subject_field_entry_index_vector_idx;
 DROP INDEX metabib.metabib_title_field_entry_index_vector_idx;
 
+-- And dropping a function used by PINES
+DROP FUNCTION search.staged_fts(integer,integer,text,integer[],integer[],text[],text[],text[],text[],text[],text[],text,real,text,boolean,boolean,boolean,integer,integer,integer);
 
 -- Now grab all of the tsvector-enabled columns and switch them to the non-wrapper version of the type.
 ALTER TABLE authority.full_rec ALTER COLUMN index_vector TYPE pg_catalog.tsvector;