/[papo]/papo/sql/initialization/country.sql
ViewVC logotype

Diff of /papo/sql/initialization/country.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by charlie, Fri Nov 1 16:38:08 2002 UTC revision 1.2 by apronotti, Tue Jan 28 21:13:58 2003 UTC
# Line 1  Line 1 
1  DELETE FROM "_country_data";  DELETE FROM "_country_data";
2  DELETE FROM "country";  DELETE FROM "country";
3  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
4  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Afghanistan',4,'AF','AFG',12,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Afghanistan',4,'AF','AFG',12,currval('country_id_seq'));
5  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
6  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Albania',8,'AL','ALB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Albania',8,'AL','ALB',NULL,currval('country_id_seq'));
7  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
8  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Algeria',12,'DZ','DZA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Algeria',12,'DZ','DZA',NULL,currval('country_id_seq'));
9  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
10  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'American Samoa',16,'AS','ASM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'American Samoa',16,'AS','ASM',NULL,currval('country_id_seq'));
11  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
12  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Andorra',20,'AD','AND',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Andorra',20,'AD','AND',NULL,currval('country_id_seq'));
13  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
14  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Angola',24,'AO','AGO',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Angola',24,'AO','AGO',NULL,currval('country_id_seq'));
15  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
16  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Azerbaijan',31,'AZ','AZE',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Azerbaijan',31,'AZ','AZE',NULL,currval('country_id_seq'));
17  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
18  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Australia',36,'AU','AUS',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Australia',36,'AU','AUS',NULL,currval('country_id_seq'));
19  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
20  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Austria',40,'AT','AUT',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Austria',40,'AT','AUT',NULL,currval('country_id_seq'));
21  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
22  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Bahamas',44,'BS','BHS',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Bahamas',44,'BS','BHS',NULL,currval('country_id_seq'));
23  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
24  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Bahrain',48,'BH','BHR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Bahrain',48,'BH','BHR',NULL,currval('country_id_seq'));
25  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
26  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Bangladesh',50,'BD','BGD',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Bangladesh',50,'BD','BGD',NULL,currval('country_id_seq'));
27  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
28  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Armenia',51,'AM','ARM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Armenia',51,'AM','ARM',NULL,currval('country_id_seq'));
29  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
30  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Barbados',52,'BB','BRB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Barbados',52,'BB','BRB',NULL,currval('country_id_seq'));
31  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
32  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Belgium',56,'BE','BEL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Belgium',56,'BE','BEL',NULL,currval('country_id_seq'));
33  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
34  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Bermuda',60,'BM','BMU',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Bermuda',60,'BM','BMU',NULL,currval('country_id_seq'));
35  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
36  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Bhutan',64,'BT','BTN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Bhutan',64,'BT','BTN',NULL,currval('country_id_seq'));
37  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
38  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Bolivia',68,'BO','BOL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Bolivia',68,'BO','BOL',NULL,currval('country_id_seq'));
39  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
40  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Bosnia and Herzegovina',70,'BA','BIH',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Bosnia and Herzegovina',70,'BA','BIH',NULL,currval('country_id_seq'));
41  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
42  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Botswana',72,'BW','BWA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Botswana',72,'BW','BWA',NULL,currval('country_id_seq'));
43  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
44  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Brazil',76,'BR','BRA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Brazil',76,'BR','BRA',NULL,currval('country_id_seq'));
45  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
46  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Belize',84,'BZ','BLZ',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Belize',84,'BZ','BLZ',NULL,currval('country_id_seq'));
47  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
48  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Solomon Islands',90,'SB','SLB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Solomon Islands',90,'SB','SLB',NULL,currval('country_id_seq'));
49  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
50  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Virgin Islands, British',92,'VG','VGB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Virgin Islands, British',92,'VG','VGB',NULL,currval('country_id_seq'));
51  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
52  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Brunei Daraussalam',96,'BN','BRN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Brunei Daraussalam',96,'BN','BRN',NULL,currval('country_id_seq'));
53  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
54  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Bulgaria',100,'BG','BGR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Bulgaria',100,'BG','BGR',NULL,currval('country_id_seq'));
55  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
56  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Myanmar',104,'MM','MMR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Myanmar',104,'MM','MMR',NULL,currval('country_id_seq'));
57  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
58  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Burundi',108,'BI','BDI',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Burundi',108,'BI','BDI',NULL,currval('country_id_seq'));
59  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
60  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Belarus',112,'BY','BLR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Belarus',112,'BY','BLR',NULL,currval('country_id_seq'));
61  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
62  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Cambodia',116,'KH','KHM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Cambodia',116,'KH','KHM',NULL,currval('country_id_seq'));
63  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
64  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Cameroon',120,'CM','CMR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Cameroon',120,'CM','CMR',NULL,currval('country_id_seq'));
65  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
66  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Canada',124,'CA','CAN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Canada',124,'CA','CAN',NULL,currval('country_id_seq'));
67  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
68  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Cape Verde',132,'CV','CPV',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Cape Verde',132,'CV','CPV',NULL,currval('country_id_seq'));
69  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
70  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Cayman Islands',136,'KY','CYM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Cayman Islands',136,'KY','CYM',NULL,currval('country_id_seq'));
71  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
72  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Central African Republic',140,'CF','CAF',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Central African Republic',140,'CF','CAF',NULL,currval('country_id_seq'));
73  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
74  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Sri Lanka',144,'LK','LKA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Sri Lanka',144,'LK','LKA',NULL,currval('country_id_seq'));
75  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
76  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Chad',148,'TD','TCD',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Chad',148,'TD','TCD',NULL,currval('country_id_seq'));
77  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
78  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Chile',152,'CL','CHL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Chile',152,'CL','CHL',NULL,currval('country_id_seq'));
79  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
80  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'China',156,'CN','CHN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'China',156,'CN','CHN',NULL,currval('country_id_seq'));
81  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
82  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Taiwan Province of China',158,'TW','TWN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Taiwan Province of China',158,'TW','TWN',NULL,currval('country_id_seq'));
83  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
84  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Colombia',170,'CO','COL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Colombia',170,'CO','COL',NULL,currval('country_id_seq'));
85  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
86  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Comoros',174,'KM','COM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Comoros',174,'KM','COM',NULL,currval('country_id_seq'));
87  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
88  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Congo',178,'CG','COG',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Congo',178,'CG','COG',NULL,currval('country_id_seq'));
89  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
90  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Congo, The Democratic Republic of the',180,'CD','COD',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Congo, The Democratic Republic of the',180,'CD','COD',NULL,currval('country_id_seq'));
91  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
92  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Cook Islands',184,'CK','COK',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Cook Islands',184,'CK','COK',NULL,currval('country_id_seq'));
93  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
94  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Costa Rica',188,'CR','CRI',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Costa Rica',188,'CR','CRI',NULL,currval('country_id_seq'));
95  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
96  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Croatia',191,'HR','HRV',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Croatia',191,'HR','HRV',NULL,currval('country_id_seq'));
97  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
98  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Cuba',192,'CU','CUB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Cuba',192,'CU','CUB',NULL,currval('country_id_seq'));
99  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
100  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Cyprus',196,'CY','CYP',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Cyprus',196,'CY','CYP',NULL,currval('country_id_seq'));
101  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
102  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Czech Republic',203,'CZ','CZE',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Czech Republic',203,'CZ','CZE',NULL,currval('country_id_seq'));
103  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
104  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Benin',204,'BJ','BEN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Benin',204,'BJ','BEN',NULL,currval('country_id_seq'));
105  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
106  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Denmark',208,'DK','DNK',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Denmark',208,'DK','DNK',NULL,currval('country_id_seq'));
107  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
108  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Dominica',212,'DM','DMA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Dominica',212,'DM','DMA',NULL,currval('country_id_seq'));
109  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
110  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Dominican Republic',214,'DO','DOM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Dominican Republic',214,'DO','DOM',NULL,currval('country_id_seq'));
111  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
112  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Ecuador',218,'EC','ECU',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Ecuador',218,'EC','ECU',NULL,currval('country_id_seq'));
113  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
114  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'El Salvador',222,'SV','SLV',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'El Salvador',222,'SV','SLV',NULL,currval('country_id_seq'));
115  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
116  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Equatorial Guinea',226,'GQ','GNQ',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Equatorial Guinea',226,'GQ','GNQ',NULL,currval('country_id_seq'));
117  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
118  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Ethiopia',230,'ET','ETH',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Ethiopia',230,'ET','ETH',NULL,currval('country_id_seq'));
119  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
120  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Eritrea',232,'ER','ERI',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Eritrea',232,'ER','ERI',NULL,currval('country_id_seq'));
121  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
122  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Estonia',233,'EE','EST',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Estonia',233,'EE','EST',NULL,currval('country_id_seq'));
123  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
124  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Faroe Islands',234,'FO','FRO',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Faroe Islands',234,'FO','FRO',NULL,currval('country_id_seq'));
125  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
126  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Falkland Islands (Malvinas)',238,'FK','FLK',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Falkland Islands (Malvinas)',238,'FK','FLK',NULL,currval('country_id_seq'));
127  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
128  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Fiji',242,'FJ','FJI',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Fiji',242,'FJ','FJI',NULL,currval('country_id_seq'));
129  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
130  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Finland',246,'FI','FIN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Finland',246,'FI','FIN',NULL,currval('country_id_seq'));
131  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
132  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'France',250,'FR','FRA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'France',250,'FR','FRA',NULL,currval('country_id_seq'));
133  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
134  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'French Guiana',254,'GF','GUF',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'French Guiana',254,'GF','GUF',NULL,currval('country_id_seq'));
135  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
136  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'French Polynesia',258,'PF','PYF',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'French Polynesia',258,'PF','PYF',NULL,currval('country_id_seq'));
137  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
138  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Djibouti',262,'DJ','DJI',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Djibouti',262,'DJ','DJI',NULL,currval('country_id_seq'));
139  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
140  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Gabon',266,'GA','GAB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Gabon',266,'GA','GAB',NULL,currval('country_id_seq'));
141  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
142  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Georgia',268,'GE','GEO',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Georgia',268,'GE','GEO',NULL,currval('country_id_seq'));
143  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
144  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Gambia',270,'GM','GMB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Gambia',270,'GM','GMB',NULL,currval('country_id_seq'));
145  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
146  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Palestinian Territory, Occupied',275,'PS','PSE',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Palestinian Territory, Occupied',275,'PS','PSE',NULL,currval('country_id_seq'));
147  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
148  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Germany',276,'DE','DEU',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Germany',276,'DE','DEU',NULL,currval('country_id_seq'));
149  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
150  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Ghana',288,'GH','GHA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Ghana',288,'GH','GHA',NULL,currval('country_id_seq'));
151  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
152  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Gibraltar',292,'GI','GIB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Gibraltar',292,'GI','GIB',NULL,currval('country_id_seq'));
153  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
154  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Kiribati',296,'KI','KIR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Kiribati',296,'KI','KIR',NULL,currval('country_id_seq'));
155  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
156  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Greece',300,'GR','GRC',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Greece',300,'GR','GRC',NULL,currval('country_id_seq'));
157  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
158  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Greenland',304,'GL','GRL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Greenland',304,'GL','GRL',NULL,currval('country_id_seq'));
159  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
160  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Grenada',308,'GD','GRD',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Grenada',308,'GD','GRD',NULL,currval('country_id_seq'));
161  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
162  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Guadeloupe',312,'GP','GLP',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Guadeloupe',312,'GP','GLP',NULL,currval('country_id_seq'));
163  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
164  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Guam',316,'GU','GUM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Guam',316,'GU','GUM',NULL,currval('country_id_seq'));
165  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
166  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Guatemala',320,'GT','GTM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Guatemala',320,'GT','GTM',NULL,currval('country_id_seq'));
167  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
168  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Guinea',324,'GN','GIN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Guinea',324,'GN','GIN',NULL,currval('country_id_seq'));
169  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
170  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Guyana',328,'GY','GUY',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Guyana',328,'GY','GUY',NULL,currval('country_id_seq'));
171  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
172  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Haiti',332,'HT','HTI',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Haiti',332,'HT','HTI',NULL,currval('country_id_seq'));
173  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
174  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Holy See (Vatican City State)',336,'VA','VAT',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Holy See (Vatican City State)',336,'VA','VAT',NULL,currval('country_id_seq'));
175  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
176  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Honduras',340,'HN','HND',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Honduras',340,'HN','HND',NULL,currval('country_id_seq'));
177  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
178  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Hong Kong',344,'HK','HKG',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Hong Kong',344,'HK','HKG',NULL,currval('country_id_seq'));
179  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
180  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Hungary',348,'HU','HUN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Hungary',348,'HU','HUN',NULL,currval('country_id_seq'));
181  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
182  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Iceland',352,'IS','ISL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Iceland',352,'IS','ISL',NULL,currval('country_id_seq'));
183  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
184  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'India',356,'IN','IND',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'India',356,'IN','IND',NULL,currval('country_id_seq'));
185  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
186  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Indonesia',360,'ID','IDN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Indonesia',360,'ID','IDN',NULL,currval('country_id_seq'));
187  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
188  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Iran, Islamic Republic of',364,'IR','IRN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Iran, Islamic Republic of',364,'IR','IRN',NULL,currval('country_id_seq'));
189  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
190  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Iraq',368,'IQ','IRQ',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Iraq',368,'IQ','IRQ',NULL,currval('country_id_seq'));
191  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
192  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Ireland',372,'IE','IRL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Ireland',372,'IE','IRL',NULL,currval('country_id_seq'));
193  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
194  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Israel',376,'IL','ISR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Israel',376,'IL','ISR',NULL,currval('country_id_seq'));
195  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
196  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Italy',380,'IT','ITA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Italy',380,'IT','ITA',NULL,currval('country_id_seq'));
197  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
198  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Cote d''Ivoire',384,'CI','CIV',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Cote d''Ivoire',384,'CI','CIV',NULL,currval('country_id_seq'));
199  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
200  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Jamaica',388,'JM','JAM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Jamaica',388,'JM','JAM',NULL,currval('country_id_seq'));
201  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
202  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Japan',392,'JP','JPN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Japan',392,'JP','JPN',NULL,currval('country_id_seq'));
203  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
204  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Kazakhstan',398,'KZ','KAZ',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Kazakhstan',398,'KZ','KAZ',NULL,currval('country_id_seq'));
205  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
206  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Jordan',400,'JO','JOR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Jordan',400,'JO','JOR',NULL,currval('country_id_seq'));
207  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
208  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Kenya',404,'KE','KEN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Kenya',404,'KE','KEN',NULL,currval('country_id_seq'));
209  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
210  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Korea, Democratic People''s Republic of',408,'KP','PRK',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Korea, Democratic People''s Republic of',408,'KP','PRK',NULL,currval('country_id_seq'));
211  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
212  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Korea, Republic of',410,'KR','KOR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Korea, Republic of',410,'KR','KOR',NULL,currval('country_id_seq'));
213  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
214  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Kuwait',414,'KW','KWT',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Kuwait',414,'KW','KWT',NULL,currval('country_id_seq'));
215  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
216  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Kyrgyzstan',417,'KG','KGZ',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Kyrgyzstan',417,'KG','KGZ',NULL,currval('country_id_seq'));
217  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
218  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Lao People''s Democratic Republic',418,'LA','LAO',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Lao People''s Democratic Republic',418,'LA','LAO',NULL,currval('country_id_seq'));
219  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
220  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Lebanon',422,'LB','LBN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Lebanon',422,'LB','LBN',NULL,currval('country_id_seq'));
221  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
222  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Lesotho',426,'LS','LSO',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Lesotho',426,'LS','LSO',NULL,currval('country_id_seq'));
223  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
224  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Latvia',428,'LV','LVA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Latvia',428,'LV','LVA',NULL,currval('country_id_seq'));
225  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
226  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Liberia',430,'LR','LBR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Liberia',430,'LR','LBR',NULL,currval('country_id_seq'));
227  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
228  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Libyan Arab Jamahiriya',434,'LY','LBY',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Libyan Arab Jamahiriya',434,'LY','LBY',NULL,currval('country_id_seq'));
229  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
230  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Liechtenstein',438,'LI','LIE',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Liechtenstein',438,'LI','LIE',NULL,currval('country_id_seq'));
231  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
232  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Lithuania',440,'LT','LTU',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Lithuania',440,'LT','LTU',NULL,currval('country_id_seq'));
233  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
234  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Luxembourg',442,'LU','LUX',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Luxembourg',442,'LU','LUX',NULL,currval('country_id_seq'));
235  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
236  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Macau',446,'MO','MAC',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Macau',446,'MO','MAC',NULL,currval('country_id_seq'));
237  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
238  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Madagascar',450,'MG','MDG',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Madagascar',450,'MG','MDG',NULL,currval('country_id_seq'));
239  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
240  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Malawi',454,'MW','MWI',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Malawi',454,'MW','MWI',NULL,currval('country_id_seq'));
241  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
242  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Malaysia',458,'MY','MYS',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Malaysia',458,'MY','MYS',NULL,currval('country_id_seq'));
243  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
244  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Maldives',462,'MV','MDV',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Maldives',462,'MV','MDV',NULL,currval('country_id_seq'));
245  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
246  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Mali',466,'ML','MLI',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Mali',466,'ML','MLI',NULL,currval('country_id_seq'));
247  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
248  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Malta',470,'MT','MLT',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Malta',470,'MT','MLT',NULL,currval('country_id_seq'));
249  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
250  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Martinique',474,'MQ','MTQ',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Martinique',474,'MQ','MTQ',NULL,currval('country_id_seq'));
251  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
252  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Mauritania',478,'MR','MRT',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Mauritania',478,'MR','MRT',NULL,currval('country_id_seq'));
253  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
254  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Mauritius',480,'MU','MUS',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Mauritius',480,'MU','MUS',NULL,currval('country_id_seq'));
255  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
256  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Mexico',484,'MX','MEX',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Mexico',484,'MX','MEX',NULL,currval('country_id_seq'));
257  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
258  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Monaco',492,'MC','MCO',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Monaco',492,'MC','MCO',NULL,currval('country_id_seq'));
259  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
260  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Mongolia',496,'MN','MNG',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Mongolia',496,'MN','MNG',NULL,currval('country_id_seq'));
261  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
262  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Moldova',498,'MD','MDA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Moldova',498,'MD','MDA',NULL,currval('country_id_seq'));
263  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
264  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Montserrat',500,'MS','MSR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Montserrat',500,'MS','MSR',NULL,currval('country_id_seq'));
265  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
266  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Morocco',504,'MA','MAR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Morocco',504,'MA','MAR',NULL,currval('country_id_seq'));
267  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
268  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Mozambique',508,'MZ','MOZ',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Mozambique',508,'MZ','MOZ',NULL,currval('country_id_seq'));
269  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
270  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Oman',512,'OM','OMN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Oman',512,'OM','OMN',NULL,currval('country_id_seq'));
271  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
272  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Namibia',516,'NA','NAM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Namibia',516,'NA','NAM',NULL,currval('country_id_seq'));
273  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
274  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Nauru',520,'NR','NRU',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Nauru',520,'NR','NRU',NULL,currval('country_id_seq'));
275  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
276  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Nepal',524,'NP','NPL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Nepal',524,'NP','NPL',NULL,currval('country_id_seq'));
277  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
278  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Netherlands',528,'NL','NLD',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Netherlands',528,'NL','NLD',NULL,currval('country_id_seq'));
279  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
280  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Netherlands Antilles',530,'AN','ANT',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Netherlands Antilles',530,'AN','ANT',NULL,currval('country_id_seq'));
281  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
282  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Aruba',533,'AW','ABW',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Aruba',533,'AW','ABW',NULL,currval('country_id_seq'));
283  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
284  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'New Caledonia',540,'NC','NCL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'New Caledonia',540,'NC','NCL',NULL,currval('country_id_seq'));
285  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
286  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Vanuatu',548,'VU','VUT',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Vanuatu',548,'VU','VUT',NULL,currval('country_id_seq'));
287  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
288  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'New Zealand',554,'NZ','NZL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'New Zealand',554,'NZ','NZL',NULL,currval('country_id_seq'));
289  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
290  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Nicaragua',558,'NI','NIC',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Nicaragua',558,'NI','NIC',NULL,currval('country_id_seq'));
291  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
292  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Niger',562,'NE','NER',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Niger',562,'NE','NER',NULL,currval('country_id_seq'));
293  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
294  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Nigeria',566,'NG','NGA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Nigeria',566,'NG','NGA',NULL,currval('country_id_seq'));
295  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
296  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Niue',570,'NU','NIU',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Niue',570,'NU','NIU',NULL,currval('country_id_seq'));
297  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
298  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Norfolk Island',574,'NF','NFK',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Norfolk Island',574,'NF','NFK',NULL,currval('country_id_seq'));
299  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
300  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Norway',578,'NO','NOR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Norway',578,'NO','NOR',NULL,currval('country_id_seq'));
301  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
302  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Northern Mariana Islands',580,'MP','MNP',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Northern Mariana Islands',580,'MP','MNP',NULL,currval('country_id_seq'));
303  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
304  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Micronesia, Federated States of',583,'FM','FSM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Micronesia, Federated States of',583,'FM','FSM',NULL,currval('country_id_seq'));
305  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
306  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Marshall Islands',584,'MH','MHL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Marshall Islands',584,'MH','MHL',NULL,currval('country_id_seq'));
307  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
308  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Palau',585,'PW','PLW',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Palau',585,'PW','PLW',NULL,currval('country_id_seq'));
309  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
310  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Pakistan',586,'PK','PAK',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Pakistan',586,'PK','PAK',NULL,currval('country_id_seq'));
311  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
312  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Panama',591,'PA','PAN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Panama',591,'PA','PAN',NULL,currval('country_id_seq'));
313  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
314  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Papua New Guinea',598,'PG','PNG',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Papua New Guinea',598,'PG','PNG',NULL,currval('country_id_seq'));
315  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
316  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Paraguay',600,'PY','PRY',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Paraguay',600,'PY','PRY',NULL,currval('country_id_seq'));
317  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
318  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Peru',604,'PE','PER',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Peru',604,'PE','PER',NULL,currval('country_id_seq'));
319  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
320  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Philippines',608,'PH','PHL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Philippines',608,'PH','PHL',NULL,currval('country_id_seq'));
321  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
322  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Pitcairn',612,'PN','PCN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Pitcairn',612,'PN','PCN',NULL,currval('country_id_seq'));
323  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
324  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Poland',616,'PL','POL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Poland',616,'PL','POL',NULL,currval('country_id_seq'));
325  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
326  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Portugal',620,'PT','PRT',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Portugal',620,'PT','PRT',NULL,currval('country_id_seq'));
327  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
328  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Guinea-Bissau',624,'GW','GNB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Guinea-Bissau',624,'GW','GNB',NULL,currval('country_id_seq'));
329  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
330  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'East Timor',626,'TP','TMP',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'East Timor',626,'TP','TMP',NULL,currval('country_id_seq'));
331  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
332  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Puerto Rico',630,'PR','PRI',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Puerto Rico',630,'PR','PRI',NULL,currval('country_id_seq'));
333  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
334  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Qatar',634,'QA','QAT',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Qatar',634,'QA','QAT',NULL,currval('country_id_seq'));
335  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
336  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Réunion',638,'RE','REU',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Réunion',638,'RE','REU',NULL,currval('country_id_seq'));
337  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
338  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Romania',642,'RO','ROM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Romania',642,'RO','ROM',NULL,currval('country_id_seq'));
339  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
340  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Russian Federation',643,'RU','RUS',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Russian Federation',643,'RU','RUS',NULL,currval('country_id_seq'));
341  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
342  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Rwanda',646,'RW','RWA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Rwanda',646,'RW','RWA',NULL,currval('country_id_seq'));
343  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
344  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Saint Helena',654,'SH','SHN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Saint Helena',654,'SH','SHN',NULL,currval('country_id_seq'));
345  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
346  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Saint Kitts and Nevis',659,'KN','KNA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Saint Kitts and Nevis',659,'KN','KNA',NULL,currval('country_id_seq'));
347  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
348  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Saint Lucia',662,'LC','LCA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Saint Lucia',662,'LC','LCA',NULL,currval('country_id_seq'));
349  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
350  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Saint Pierre and Miquelon',666,'PM','SPM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Saint Pierre and Miquelon',666,'PM','SPM',NULL,currval('country_id_seq'));
351  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
352  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Saint Vincent and the Grenadines',670,'VC','VCT',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Saint Vincent and the Grenadines',670,'VC','VCT',NULL,currval('country_id_seq'));
353  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
354  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'San Marino',674,'SM','SMR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'San Marino',674,'SM','SMR',NULL,currval('country_id_seq'));
355  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
356  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'São Tomé and Principe',678,'ST','STP',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'São Tomé and Principe',678,'ST','STP',NULL,currval('country_id_seq'));
357  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
358  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Saudi Arabia',682,'SA','SAU',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Saudi Arabia',682,'SA','SAU',NULL,currval('country_id_seq'));
359  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
360  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Senegal',686,'SN','SEN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Senegal',686,'SN','SEN',NULL,currval('country_id_seq'));
361  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
362  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Seychelles',690,'SC','SYC',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Seychelles',690,'SC','SYC',NULL,currval('country_id_seq'));
363  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
364  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Sierra Leone',694,'SL','SLE',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Sierra Leone',694,'SL','SLE',NULL,currval('country_id_seq'));
365  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
366  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Singapore',702,'SG','SGP',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Singapore',702,'SG','SGP',NULL,currval('country_id_seq'));
367  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
368  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Slovakia',703,'SK','SVK',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Slovakia',703,'SK','SVK',NULL,currval('country_id_seq'));
369  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
370  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Viet Nam',704,'VN','VNM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Viet Nam',704,'VN','VNM',NULL,currval('country_id_seq'));
371  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
372  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Slovenia',705,'SI','SVN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Slovenia',705,'SI','SVN',NULL,currval('country_id_seq'));
373  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
374  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Somalia',706,'SO','SOM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Somalia',706,'SO','SOM',NULL,currval('country_id_seq'));
375  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
376  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'South Africa',710,'ZA','ZAF',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'South Africa',710,'ZA','ZAF',NULL,currval('country_id_seq'));
377  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
378  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Zimbabwe',716,'ZW','ZWE',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Zimbabwe',716,'ZW','ZWE',NULL,currval('country_id_seq'));
379  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
380  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Spain',724,'ES','ESP',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Spain',724,'ES','ESP',NULL,currval('country_id_seq'));
381  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
382  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Sudan',736,'SD','SDN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Sudan',736,'SD','SDN',NULL,currval('country_id_seq'));
383  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
384  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Suriname',740,'SR','SUR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Suriname',740,'SR','SUR',NULL,currval('country_id_seq'));
385  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
386  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Svalbard and Jan Mayen Islands',744,'SJ','SJM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Svalbard and Jan Mayen Islands',744,'SJ','SJM',NULL,currval('country_id_seq'));
387  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
388  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Swaziland',748,'SZ','SWZ',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Swaziland',748,'SZ','SWZ',NULL,currval('country_id_seq'));
389  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
390  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Sweden',752,'SE','SWE',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Sweden',752,'SE','SWE',NULL,currval('country_id_seq'));
391  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
392  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Switzerland',756,'CH','CHE',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Switzerland',756,'CH','CHE',NULL,currval('country_id_seq'));
393  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
394  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Syrian Arab Republic',760,'SY','SYR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Syrian Arab Republic',760,'SY','SYR',NULL,currval('country_id_seq'));
395  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
396  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Tajikistan',762,'TJ','TJK',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Tajikistan',762,'TJ','TJK',NULL,currval('country_id_seq'));
397  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
398  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Thailand',764,'TH','THA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Thailand',764,'TH','THA',NULL,currval('country_id_seq'));
399  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
400  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Togo',768,'TG','TGO',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Togo',768,'TG','TGO',NULL,currval('country_id_seq'));
401  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
402  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Tokelau',772,'TK','TKL',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Tokelau',772,'TK','TKL',NULL,currval('country_id_seq'));
403  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
404  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Tonga',776,'TO','TON',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Tonga',776,'TO','TON',NULL,currval('country_id_seq'));
405  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
406  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Trinidad and Tobago',780,'TT','TTO',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Trinidad and Tobago',780,'TT','TTO',NULL,currval('country_id_seq'));
407  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
408  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'United Arab Emirates',784,'AE','ARE',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'United Arab Emirates',784,'AE','ARE',NULL,currval('country_id_seq'));
409  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
410  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Tunisia',788,'TN','TUN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Tunisia',788,'TN','TUN',NULL,currval('country_id_seq'));
411  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
412  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Turkey',792,'TR','TUR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Turkey',792,'TR','TUR',NULL,currval('country_id_seq'));
413  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
414  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Turkmenistan',795,'TM','TKM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Turkmenistan',795,'TM','TKM',NULL,currval('country_id_seq'));
415  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
416  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Turks and Caicos Islands',796,'TC','TCA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Turks and Caicos Islands',796,'TC','TCA',NULL,currval('country_id_seq'));
417  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
418  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Tuvalu',798,'TV','TUV',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Tuvalu',798,'TV','TUV',NULL,currval('country_id_seq'));
419  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
420  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Uganda',800,'UG','UGA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Uganda',800,'UG','UGA',NULL,currval('country_id_seq'));
421  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
422  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Ukraine',804,'UA','UKR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Ukraine',804,'UA','UKR',NULL,currval('country_id_seq'));
423  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
424  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Macedonia, The former Yugoslav Republic of',807,'MK','MKD',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Macedonia, The former Yugoslav Republic of',807,'MK','MKD',NULL,currval('country_id_seq'));
425  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
426  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Egypt',818,'EG','EGY',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Egypt',818,'EG','EGY',NULL,currval('country_id_seq'));
427  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
428  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'United Kingdom',826,'GB','GBR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'United Kingdom',826,'GB','GBR',NULL,currval('country_id_seq'));
429  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
430  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'United States',840,'US','USA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'United States',840,'US','USA',NULL,currval('country_id_seq'));
431  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
432  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Burkina Faso',854,'BF','BFA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Burkina Faso',854,'BF','BFA',NULL,currval('country_id_seq'));
433  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
434  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Uruguay',858,'UY','URY',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Uruguay',858,'UY','URY',NULL,currval('country_id_seq'));
435  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
436  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Uzbekistan',860,'UZ','UZB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Uzbekistan',860,'UZ','UZB',NULL,currval('country_id_seq'));
437  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
438  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Venezuela',862,'VE','VEN',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Venezuela',862,'VE','VEN',NULL,currval('country_id_seq'));
439  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
440  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Channel Islands',830,'  ','   ',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Channel Islands',830,'  ','   ',NULL,currval('country_id_seq'));
441  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
442  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Isle of Man',833,'IM','   ',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Isle of Man',833,'IM','   ',NULL,currval('country_id_seq'));
443  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
444  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Tanzania, United Republic of',834,'TZ','TZA',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Tanzania, United Republic of',834,'TZ','TZA',NULL,currval('country_id_seq'));
445  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
446  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Virgin Islands, U.S.',850,'VI','VIR',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Virgin Islands, U.S.',850,'VI','VIR',NULL,currval('country_id_seq'));
447  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
448  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Wallis and Futuna Islands',876,'WF','WLF',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Wallis and Futuna Islands',876,'WF','WLF',NULL,currval('country_id_seq'));
449  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
450  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Samoa',882,'WS','WSM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Samoa',882,'WS','WSM',NULL,currval('country_id_seq'));
451  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
452  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Yemen',887,'YE','YEM',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Yemen',887,'YE','YEM',NULL,currval('country_id_seq'));
453  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
454  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Yugoslavia',891,'YU','YUG',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Yugoslavia',891,'YU','YUG',NULL,currval('country_id_seq'));
455  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
456  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Zambia',894,'ZM','ZMB',NULL,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Zambia',894,'ZM','ZMB',NULL,currval('country_id_seq'));
457  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
458  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Argentina',32,'AR','ARG',540,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Argentina',32,'AR','ARG',540,currval('country_id_seq'));
459  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
460  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Anguilla',660,'AI','AIA',2,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Anguilla',660,'AI','AIA',2,currval('country_id_seq'));
461  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
462  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (NULL,NULL,'Antigua and Barbuda',28,'AG','ATG',1,currval('country_id_seq'));  INSERT INTO "_country_data" ("_start_t","_end_t","name","un","iso2","iso3","phone","_table") VALUES (current_timestamp,NULL,'Antigua and Barbuda',28,'AG','ATG',1,currval('country_id_seq'));
463  UPDATE "_country_data" SET "_start_t" = current_timestamp;  UPDATE "_country_data" SET "_start_t" = current_timestamp;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26