From b6cd9a8e5f71ac236021e973c754e24505a33ae8 Mon Sep 17 00:00:00 2001 From: Carla Iriberri Date: Mon, 19 Oct 2015 16:29:58 +0200 Subject: [PATCH] Removes repeated table info --- geocoder/admin1/README.md | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/geocoder/admin1/README.md b/geocoder/admin1/README.md index 2523c8a..142491d 100644 --- a/geocoder/admin1/README.md +++ b/geocoder/admin1/README.md @@ -25,36 +25,6 @@ SELECT (geocode_admin1_polygons(Array['Alicante', 'California'], Array['Spain', Some tables involved in the creation of this geocoder which are not used by the geocoder functions are `qs_adm1`, `ne_admin1_v3` and `qs_adm1_region`, which are obtained directly from the source. -### admin1_synonyms -#### Table structure -```` - Table "public.admin1_synonyms" - Column | Type | Modifiers | Storage | Stats target | Description -----------------------+--------------------------+-----------------------------------------------------------------------+----------+--------------+------------- - cartodb_id | integer | not null default nextval('untitled_table_1_cartodb_id_seq'::regclass) | plain | | - name | text | | extended | | - rank | double precision | | plain | | - created_at | timestamp with time zone | not null default now() | plain | | - updated_at | timestamp with time zone | not null default now() | plain | | - the_geom | geometry(Geometry,4326) | | main | | - the_geom_webmercator | geometry(Geometry,3857) | | main | | - adm0_a3 | text | | extended | | - name_ | text | | extended | | - global_id | integer | | plain | | - -```` - -#### Current indexes -```` -Indexes: - "untitled_table_1_pkey" PRIMARY KEY, btree (cartodb_id) - "idx_admin1_synonyms_name" btree (name) - "idx_admin1_synonyms_name_" btree (name_) - "idx_admin1_synonyms_name_adm0" btree (name_, adm0_a3) - "idx_admin1_synonyms_rank" btree (rank) - "untitled_table_1_the_geom_idx" gist (the_geom) - "untitled_table_1_the_geom_webmercator_idx" gist (the_geom_webmercator) -```` ### adm1 #### Table structure ````