From 5a21d94956c95c26ad006c582d6f883d8518ab54 Mon Sep 17 00:00:00 2001 From: Carla Date: Thu, 8 Oct 2015 10:54:04 +0200 Subject: [PATCH] Update README.md --- geocoder/ip-addresses/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/geocoder/ip-addresses/README.md b/geocoder/ip-addresses/README.md index 443e312..1fc04b0 100644 --- a/geocoder/ip-addresses/README.md +++ b/geocoder/ip-addresses/README.md @@ -44,6 +44,10 @@ Indexes: "idx_ip_address_locations_start" btree (network_start_ip) ```` +# Response data types +* geocode_ip_v1: + `CREATE TYPE geocode_ip_v1 AS (q TEXT, geom GEOMETRY, success BOOLEAN);` + # Data Sources * GeoLite2 open source database [Created by MaxMind](http://www.maxmind.com) - @@ -57,6 +61,8 @@ In order to test the data and the functions created under the script avaialble i * IPv6 addresses support? # Historic: +* [08/10/2015]: + * Added response data types * [14/07/2015]: * Added tests * [24/06/2015]: