SQL: PINES will reingest later
authorChris Sharp <csharp@georgialibraries.org>
Wed, 23 Nov 2022 15:10:23 +0000 (10:10 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 23 Nov 2022 15:10:23 +0000 (10:10 -0500)
Open-ILS/src/sql/Pg/version-upgrade/3.9.1-3.10.0-upgrade-db.sql

index 5b8fa0a..00e6098 100644 (file)
@@ -2209,13 +2209,13 @@ COMMIT;
 --   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;