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

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

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

revision 1.1 by jlenton, Tue Feb 4 21:11:53 2003 UTC revision 1.2 by styxman, Wed Apr 23 21:20:17 2003 UTC
# Line 1  Line 1 
1    -- this is a comment
2    
3  DELETE FROM "_country_data";  DELETE FROM "_country_data";
4  DELETE FROM "country";  DELETE FROM "country";
5  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
# Line 460  INSERT INTO "country" VALUES (nextval('c Line 462  INSERT INTO "country" VALUES (nextval('c
462  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'));  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'));
463  INSERT INTO "country" VALUES (nextval('country_id_seq'));  INSERT INTO "country" VALUES (nextval('country_id_seq'));
464  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'));  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'));
 UPDATE "_country_data" SET "_start_t" = current_timestamp;  
465    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