mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 06:22:08 +03:00
remove array_agg
shipped with postgresql in all supported versions
This commit is contained in:
parent
ad125a9913
commit
84ca84982d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user