From 4a28d8948046340f9cb5f59d73dcf61b6f0ab8db Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Tue, 10 Nov 2015 10:23:47 +0100 Subject: [PATCH] Fixes typo --- server/extension/sql/0.0.1/10_geocoding.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/extension/sql/0.0.1/10_geocoding.sql b/server/extension/sql/0.0.1/10_geocoding.sql index 29ecd3a..7cae138 100644 --- a/server/extension/sql/0.0.1/10_geocoding.sql +++ b/server/extension/sql/0.0.1/10_geocoding.sql @@ -1,4 +1,4 @@ --- Check if a given host is up by performing a ping -c 1 call. +-- Geocodes a street address given a searchtext and a state and/or country CREATE OR REPLACE FUNCTION cdb_geocoder_server.geocode_street(searchtext TEXT, state TEXT DEFAULT NULL, country TEXT DEFAULT NULL) RETURNS Geometry AS $$