From 4f83dc4dca91a951362b22a489f530717b746e8f Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Sat, 16 Feb 2013 10:11:16 -0500 Subject: [PATCH] explicitly prefixing "evergreen." to the is_valid_xml function :-/ --- Open-ILS/src/sql/Pg/version-upgrade/pines-pre-2.1-2.2-upgrade.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/version-upgrade/pines-pre-2.1-2.2-upgrade.sql b/Open-ILS/src/sql/Pg/version-upgrade/pines-pre-2.1-2.2-upgrade.sql index 5cb41481d8..5dc709c161 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/pines-pre-2.1-2.2-upgrade.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/pines-pre-2.1-2.2-upgrade.sql @@ -56,5 +56,5 @@ ALTER TABLE asset.copy DISABLE TRIGGER ALL; -- go ahead and find problem records if any exist because we don't want them to interfere with progress \o /tmp/problem-bib-records.out -SELECT id FROM biblio.record_entry WHERE is_valid_marcxml(marc) IS FALSE; +SELECT id FROM biblio.record_entry WHERE evergreen.is_valid_marcxml(marc) IS FALSE; \o -- 2.11.0