schemas/_regproc.postgres.sql
changeset 9419 3e6a1791339d
parent 9364 73bd5012336f
child 10327 a504a7840915
--- a/schemas/_regproc.postgres.sql	Fri Jan 17 10:01:48 2014 +0100
+++ b/schemas/_regproc.postgres.sql	Fri Jan 17 17:30:57 2014 +0100
@@ -13,7 +13,7 @@
 
 CREATE FUNCTION cw_array_append_unique (anyarray, anyelement) RETURNS anyarray AS $$
     SELECT array_append($1, (SELECT $2 WHERE $2 <> ALL($1)))
-$$ LANGUAGE SQL
+$$ LANGUAGE SQL;;
 
 DROP AGGREGATE IF EXISTS group_concat (anyelement) CASCADE;
 CREATE AGGREGATE group_concat (