-- Can be removed/skipped if there were no schema changes.
SELECT auditor.update_auditors();
-\qecho A partial reingest is necessary to get the full benefit of the change in
-\qecho upgrade script 1344 (bug 1864507) It will take a while.
-\qecho You can cancel now without losing the effect of
-\qecho the rest of the upgrade script, and arrange the reingest later.
-\qecho
-
-SELECT metabib.reingest_metabib_field_entries(
- id, TRUE, FALSE, FALSE, TRUE,
- (SELECT ARRAY_AGG(id) FROM config.metabib_field WHERE field_class='title' AND (browse_field OR facet_field OR display_field))
-) FROM biblio.record_entry;
+-- \qecho A partial reingest is necessary to get the full benefit of the change in
+-- \qecho upgrade script 1344 (bug 1864507) It will take a while.
+-- \qecho You can cancel now without losing the effect of
+-- \qecho the rest of the upgrade script, and arrange the reingest later.
+-- \qecho
+--
+-- SELECT metabib.reingest_metabib_field_entries(
+-- id, TRUE, FALSE, FALSE, TRUE,
+-- (SELECT ARRAY_AGG(id) FROM config.metabib_field WHERE field_class='title' AND (browse_field OR facet_field OR display_field))
+-- ) FROM biblio.record_entry;