forked from hans/Nominatim
remove array_agg
shipped with postgresql in all supported versions
This commit is contained in:
@@ -2393,13 +2393,6 @@ END;
|
|||||||
$$
|
$$
|
||||||
LANGUAGE plpgsql;
|
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,
|
CREATE OR REPLACE FUNCTION tigger_create_interpolation(linegeo GEOMETRY, in_startnumber INTEGER,
|
||||||
in_endnumber INTEGER, interpolationtype TEXT,
|
in_endnumber INTEGER, interpolationtype TEXT,
|
||||||
in_street TEXT, in_isin TEXT, in_postcode TEXT) RETURNS INTEGER
|
in_street TEXT, in_isin TEXT, in_postcode TEXT) RETURNS INTEGER
|
||||||
|
|||||||
Reference in New Issue
Block a user