From: erickson Date: Thu, 14 Apr 2011 16:10:09 +0000 (+0000) Subject: rely on search_path to locate the extract_marc_field() function which is now installe... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3ec663395f6e452efa69fec0daaf8708f99f8dfd;p=contrib%2FConifer.git rely on search_path to locate the extract_marc_field() function which is now installed in the 'evergreen' schema by default git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@20078 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/200.schema.acq.sql b/Open-ILS/src/sql/Pg/200.schema.acq.sql index 82064a7ee3..6e84c059df 100644 --- a/Open-ILS/src/sql/Pg/200.schema.acq.sql +++ b/Open-ILS/src/sql/Pg/200.schema.acq.sql @@ -1021,7 +1021,7 @@ $$ LANGUAGE PLPGSQL; -- select * from acq.extract_provider_holding_data(699); CREATE OR REPLACE FUNCTION public.extract_acq_marc_field ( BIGINT, TEXT, TEXT) RETURNS TEXT AS $$ - SELECT public.extract_marc_field('acq.lineitem', $1, $2, $3); + SELECT extract_marc_field('acq.lineitem', $1, $2, $3); $$ LANGUAGE SQL; /*