explode_array() is needed by 030.schema.metabib.sql now; create it early so that...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Jun 2010 18:14:23 +0000 (18:14 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Jun 2010 18:14:23 +0000 (18:14 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16835 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/002.functions.aggregate.sql
Open-ILS/src/sql/Pg/100.circ_matrix.sql

index 0463321..70dc588 100644 (file)
@@ -84,4 +84,9 @@ CREATE AGGREGATE public.agg_tsvector (
        stype    = tsvector
 );
 
+CREATE OR REPLACE FUNCTION public.explode_array(anyarray) RETURNS SETOF anyelement AS $BODY$
+    SELECT ($1)[s] FROM generate_series(1, array_upper($1, 1)) AS s;
+$BODY$
+LANGUAGE 'sql' IMMUTABLE;
+
 COMMIT;
index e3ed07f..d786ce9 100644 (file)
@@ -1,11 +1,5 @@
 
 BEGIN;
-
-CREATE OR REPLACE FUNCTION explode_array(anyarray) RETURNS SETOF anyelement AS $BODY$
-    SELECT ($1)[s] FROM generate_series(1, array_upper($1, 1)) AS s;
-$BODY$
-LANGUAGE 'sql' IMMUTABLE;
-
 -- NOTE: current config.item_type should get sip2_media_type and magnetic_media columns
 
 -- New table needed to handle circ modifiers inside the DB.  Will still require