projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ee95bc
)
Funkiness around 0887 which appears to be missing from 2.6-2.7.0 upgrade
author
Dan Scott
<dscott@laurentian.ca>
Wed, 26 Nov 2014 03:25:49 +0000
(22:25 -0500)
committer
Dan Scott
<dscott@laurentian.ca>
Wed, 26 Nov 2014 03:25:49 +0000
(22:25 -0500)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql
b/Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql
index
0a22a1b
..
031d9be
100644
(file)
--- a/
Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql
+++ b/
Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql
@@
-24564,6
+24564,8
@@
BEGIN
END;
$func$ LANGUAGE PLPGSQL;
+DROP FUNCTION IF EXISTS vandelay.marc21_extract_fixed_field_list(TEXT, TEXT);
+
CREATE OR REPLACE FUNCTION vandelay.marc21_extract_fixed_field( marc TEXT, ff TEXT, use_default BOOL DEFAULT FALSE ) RETURNS TEXT AS $func$
DECLARE
rtype TEXT;