From 84ca84982da284f990f7726f59e9a40a283dc6f1 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 18 Mar 2012 16:12:41 +0100 Subject: [PATCH] remove array_agg shipped with postgresql in all supported versions --- sql/functions.sql | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sql/functions.sql b/sql/functions.sql index 6ad13892..688be020 100644 --- a/sql/functions.sql +++ b/sql/functions.sql @@ -2393,13 +2393,6 @@ END; $$ LANGUAGE plpgsql; -CREATE AGGREGATE array_agg(INT[]) -( - sfunc = array_cat, - stype = INT[], - initcond = '{}' -); - CREATE OR REPLACE FUNCTION tigger_create_interpolation(linegeo GEOMETRY, in_startnumber INTEGER, in_endnumber INTEGER, interpolationtype TEXT, in_street TEXT, in_isin TEXT, in_postcode TEXT) RETURNS INTEGER