@@ -9311,8+9311,8 @@ UPDATE authority.control_set_authority_field SET sf_list = REGEXP_REPLACE( sf_li
UPDATE authority.control_set_authority_field SET sf_list = REGEXP_REPLACE( sf_list, 'e', '', 'i') WHERE tag = '110' AND control_set = 1 AND sf_list ILIKE '%e%';
-ROLLBACK;
---COMMIT;
+--ROLLBACK;
+COMMIT;
-- These need to happen outside of the transaction to avoid this:
-- ERROR: cannot ALTER TABLE "record_entry" because it has pending trigger