Update geocoder.sql

This commit is contained in:
Carla
2015-11-02 12:10:19 +01:00
parent 5b1e189078
commit c689587a23

View File

@@ -29,7 +29,7 @@ CREATE OR REPLACE FUNCTION geocode_postalcode_points(code text[], inputcountry t
END LOOP;
RETURN;
END
$$;
$$ LANGUAGE 'plpgsql' SECURITY DEFINER;
-- codes array, countries array
@@ -164,7 +164,7 @@ CREATE FUNCTION geocode_postalcode_polygons(code text[], inputcountries text[])
END LOOP;
RETURN;
END
$$ LANGUAGE 'plpgsql' SECURITY DEFINER;
$$;
-- codes array integers, countries array