[open-ils-commits] r13594 - trunk/Open-ILS/src/sql/Pg (scottmk)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jul 14 21:11:45 EDT 2009


Author: scottmk
Date: 2009-07-14 21:11:44 -0400 (Tue, 14 Jul 2009)
New Revision: 13594

Modified:
   trunk/Open-ILS/src/sql/Pg/999.functions.global.sql
Log:
Undoing previous misguided commit


Modified: trunk/Open-ILS/src/sql/Pg/999.functions.global.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/999.functions.global.sql	2009-07-14 23:27:48 UTC (rev 13593)
+++ trunk/Open-ILS/src/sql/Pg/999.functions.global.sql	2009-07-15 01:11:44 UTC (rev 13594)
@@ -967,7 +967,7 @@
 $$
 
 
-CREATE OR REPLACE FUNCTION asset.merge_record_assets( target_record BIGINT, source_record BIGINT ) RETURNS INT AS $$
+CREATE OR REPLACE FUNCTION asset.merge_record_assets( target_record BIGINT, source_record BIGINT ) RETURNS INT AS $func$
 DECLARE
 	moved_objects INT := 0;
 	source_cn     asset.call_number%ROWTYPE;
@@ -1111,5 +1111,5 @@
 	-- That's all, folks!
 	RETURN moved_objects;
 END;
-$$ LANGUAGE plpgsql;
+$func$ LANGUAGE plpgsql;
 



More information about the open-ils-commits mailing list