REINDEX INDEX actor.actor_usr_second_given_name_unaccent_idx;
REINDEX INDEX actor.actor_usr_family_name_unaccent_idx;
-\qecho Recalculating bib fingerprints; this may take a while
-ALTER TABLE biblio.record_entry DISABLE TRIGGER USER;
-UPDATE biblio.record_entry SET fingerprint = biblio.extract_fingerprint(marc) WHERE NOT deleted;
-ALTER TABLE biblio.record_entry ENABLE TRIGGER USER;
-
-\qecho Remapping metarecords
-SELECT metabib.remap_metarecord_for_bib(id, fingerprint)
-FROM biblio.record_entry
-WHERE NOT deleted;
-
-\qecho Running a browse and reingest of your bib records. It may take a while.
-\qecho You may cancel now without losing the effect of the rest of the
-\qecho upgrade script, and arrange the reingest later.
-\qecho .
-SELECT metabib.reingest_metabib_field_entries(id, FALSE, FALSE, TRUE)
- FROM biblio.record_entry;
-
+-- \qecho Recalculating bib fingerprints; this may take a while
+-- ALTER TABLE biblio.record_entry DISABLE TRIGGER USER;
+-- UPDATE biblio.record_entry SET fingerprint = biblio.extract_fingerprint(marc) WHERE NOT deleted;
+-- ALTER TABLE biblio.record_entry ENABLE TRIGGER USER;
+--
+-- \qecho Remapping metarecords
+-- SELECT metabib.remap_metarecord_for_bib(id, fingerprint)
+-- FROM biblio.record_entry
+-- WHERE NOT deleted;
+
+-- \qecho Running a browse and reingest of your bib records. It may take a while.
+-- \qecho You may cancel now without losing the effect of the rest of the
+-- \qecho upgrade script, and arrange the reingest later.
+-- \qecho .
+-- SELECT metabib.reingest_metabib_field_entries(id, FALSE, FALSE, TRUE)
+-- FROM biblio.record_entry;
+--
--- /dev/null
+\qecho Recalculating bib fingerprints; this may take a while
+ALTER TABLE biblio.record_entry DISABLE TRIGGER USER;
+UPDATE biblio.record_entry SET fingerprint = biblio.extract_fingerprint(marc) WHERE NOT deleted;
+ALTER TABLE biblio.record_entry ENABLE TRIGGER USER;
+
+\qecho Remapping metarecords
+SELECT metabib.remap_metarecord_for_bib(id, fingerprint)
+FROM biblio.record_entry
+WHERE NOT deleted;
+