Fixes typo

This commit is contained in:
Carla Iriberri
2015-11-30 16:11:50 +01:00
parent 21a893f6ac
commit ec0d06446d

View File

@@ -162,7 +162,7 @@ $$;
CREATE FUNCTION geocode_postalcode_points(code text[]) RETURNS SETOF geocode_namedplace_v1
LANGUAGE plpgsql SECURITY DEFINER
AS $$
DECLARElower(regexp_replace(inputcountry, '[^a-zA-Z\u00C0-\u00ff]+', '', 'g'))::text
DECLARE
ret geocode_namedplace_v1%rowtype;
BEGIN
FOR ret IN