From c703abd774b20019519f956801d50725de0c1324 Mon Sep 17 00:00:00 2001 From: Carla Date: Wed, 2 Dec 2015 11:37:52 +0100 Subject: [PATCH] Update README.md --- geocoder/admin0/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/geocoder/admin0/README.md b/geocoder/admin0/README.md index 6192004..dea7064 100644 --- a/geocoder/admin0/README.md +++ b/geocoder/admin0/README.md @@ -20,7 +20,7 @@ SELECT (geocode_admin0_polygons(Array['Spain', 'USA', ''])).*; 5. Upload the `data/wikipedia_iso_3166_2` table if it doesn't already exist 6. Run the `sql/subdivide_polygons.sql` 7. Run the `sql/build_synonym_table.sql` -8. If needed, load or replace the function with `sql/geocoder.sql`. Don't forget to create the types: `geocode_admin_v1` and `synonym_lookup_v1` +8. Create the types: `geocode_admin_v1` and `synonym_lookup_v1` # Tables #### admin0_synonyms @@ -290,6 +290,8 @@ For country boundaries, we use the data provided by Natural Earth Data. The whol # Known issues # Historic +* [01/12/2015]: + * Removed geocoder functions. Check the /extension folder instead. * [19/10/2015]: * Revision and usage examples addition * [06/10/2015]: