We will hopefully only need to reingest URIs in bulk once, and can
therefore DROP the biblio.reingest_uris() function after it has been
successfully invoked.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
-- Kick off the reingest; this may take a while
SELECT biblio.reingest_uris();
+-- Hopefully this isn't something we'll need to run again
+DROP FUNCTION biblio.reingest_uris();
COMMIT;
-- Kick off the reingest; this may take a while
SELECT biblio.reingest_uris();
+-- Hopefully this isn't something we'll need to run again
+DROP FUNCTION biblio.reingest_uris();
COMMIT;