[open-ils-commits] r8515 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jan 28 15:31:28 EST 2008
Author: miker
Date: 2008-01-28 15:04:14 -0500 (Mon, 28 Jan 2008)
New Revision: 8515
Modified:
trunk/Open-ILS/src/sql/Pg/020.schema.functions.sql
Log:
just use plperl and not plperlu
Modified: trunk/Open-ILS/src/sql/Pg/020.schema.functions.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/020.schema.functions.sql 2008-01-28 18:18:39 UTC (rev 8514)
+++ trunk/Open-ILS/src/sql/Pg/020.schema.functions.sql 2008-01-28 20:04:14 UTC (rev 8515)
@@ -53,7 +53,7 @@
$txt =~ s/\s+$//o; # Remove trailing space
return $txt;
-$func$ LANGUAGE 'plperlu' STRICT IMMUTABLE;
+$func$ LANGUAGE 'plperl' STRICT IMMUTABLE;
CREATE OR REPLACE FUNCTION public.naco_normalize( TEXT ) RETURNS TEXT AS $func$
SELECT public.naco_normalize($1,'');
More information about the open-ils-commits
mailing list