syntax: end-quote for stored procedure
authorJason Etheridge <jason@EquinoxInitiative.org>
Thu, 10 Aug 2017 18:06:08 +0000 (14:06 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Thu, 10 Aug 2017 18:06:08 +0000 (14:06 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Open-ILS/src/sql/Pg/220.schema.rating.sql

index 23b8521..dc57e9d 100644 (file)
@@ -1013,6 +1013,7 @@ BEGIN
       ) x
       GROUP BY 1;
 END;
+$f$ LANGUAGE PLPGSQL STRICT;
 
 COMMIT;