]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove array_agg
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 18 Mar 2012 15:12:41 +0000 (16:12 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 18 Mar 2012 15:12:41 +0000 (16:12 +0100)
shipped with postgresql in all supported versions

sql/functions.sql

index 6ad13892c6341646606a9166e60fe301424b05d4..688be0206752e91e67651eba18af301096b13c38 100644 (file)
@@ -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