From: Bill Erickson Date: Tue, 2 Feb 2016 20:03:47 +0000 (-0500) Subject: JBAS-944 2.7 auth reingest clear statement timeout X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0c3ad6b00a836aa57523bf36823b84c751cbee4f;p=working%2FEvergreen.git JBAS-944 2.7 auth reingest clear statement timeout Signed-off-by: Bill Erickson --- diff --git a/KCLS/sql/schema/deploy/2.7-auth-reingest.sql b/KCLS/sql/schema/deploy/2.7-auth-reingest.sql index 3e90efe189..d5b8a30676 100644 --- a/KCLS/sql/schema/deploy/2.7-auth-reingest.sql +++ b/KCLS/sql/schema/deploy/2.7-auth-reingest.sql @@ -3,6 +3,8 @@ BEGIN; +SET statement_timeout = 0; + ALTER TABLE authority.record_entry DISABLE TRIGGER a_marcxml_is_well_formed; ALTER TABLE authority.record_entry DISABLE TRIGGER aaa_auth_ingest_or_delete; ALTER TABLE authority.record_entry DISABLE TRIGGER b_maintain_901;