context_org_list is an array, and PostgreSQL 8.3 wants it declared as such
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 13 Apr 2009 04:17:39 +0000 (04:17 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 13 Apr 2009 04:17:39 +0000 (04:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12848 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/110.hold_matrix.sql

index 39aa413..d526830 100644 (file)
@@ -179,7 +179,7 @@ DECLARE
     hold_count        INT;
     hold_transit_prox    INT;
     frozen_hold_count    INT;
-    context_org_list    INT;
+    context_org_list    INT[];
     done            BOOL := FALSE;
 BEGIN
     SELECT INTO user_object * FROM actor.usr WHERE id = match_user;