Index: openacs-4/packages/ref-countries/sql/postgresql/00-countries.ctl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-countries/sql/postgresql/00-countries.ctl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ref-countries/sql/postgresql/00-countries.ctl 31 Oct 2003 16:11:24 -0000 1.3 +++ openacs-4/packages/ref-countries/sql/postgresql/00-countries.ctl 5 Nov 2003 20:34:24 -0000 1.4 @@ -1 +1 @@ -\copy countries from '[acs_root_dir]/packages/ref-countries/sql/common/countries.dat' [ad_decode [db_version] "7.2" "delimiters" "delimiter"] ';' [ad_decode [db_version] "7.2" "with null as" "null"] '' +\copy countries from '[acs_root_dir]/packages/ref-countries/sql/common/countries.dat' using delimiters ';' with null as '' Index: openacs-4/packages/ref-currency/sql/postgresql/00-currencies.ctl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-currency/sql/postgresql/00-currencies.ctl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ref-currency/sql/postgresql/00-currencies.ctl 31 Oct 2003 16:11:24 -0000 1.3 +++ openacs-4/packages/ref-currency/sql/postgresql/00-currencies.ctl 5 Nov 2003 20:34:24 -0000 1.4 @@ -1 +1 @@ -\copy currencies from '[acs_root_dir]/packages/ref-currency/sql/common/currencies.dat' [ad_decode [db_version] "7.2" "delimiters" "delimiter"] ',' [ad_decode [db_version] "7.2" "with null as" "null"] '' +\copy currencies from '[acs_root_dir]/packages/ref-currency/sql/common/currencies.dat' using delimiters ',' with null as '' Index: openacs-4/packages/ref-language/sql/postgresql/00-languages.ctl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-language/sql/postgresql/00-languages.ctl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ref-language/sql/postgresql/00-languages.ctl 31 Oct 2003 16:11:24 -0000 1.3 +++ openacs-4/packages/ref-language/sql/postgresql/00-languages.ctl 5 Nov 2003 20:34:25 -0000 1.4 @@ -1 +1 @@ -\copy language_codes from '[acs_root_dir]/packages/ref-language/sql/common/languages.dat' [ad_decode [db_version] "7.2" "delimiters" "delimiter"] ',' [ad_decode [db_version] "7.2" "with null as" "null"] '' +\copy language_codes from '[acs_root_dir]/packages/ref-language/sql/common/languages.dat' using delimiters ',' with null as '' Index: openacs-4/packages/ref-timezones/sql/postgresql/00-timezones.ctl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-timezones/sql/postgresql/00-timezones.ctl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/ref-timezones/sql/postgresql/00-timezones.ctl 31 Oct 2003 16:11:25 -0000 1.5 +++ openacs-4/packages/ref-timezones/sql/postgresql/00-timezones.ctl 5 Nov 2003 20:34:25 -0000 1.6 @@ -1 +1,2 @@ -\copy timezones from '[acs_root_dir]/packages/ref-timezones/sql/common/timezones.dat' [ad_decode [db_version] "7.2" "delimiters" "delimiter"] ',' [ad_decode [db_version] "7.2" "with null as" "null"] '' +\copy timezones from '[acs_root_dir]/packages/ref-timezones/sql/common/timezones.dat' using delimiters ',' with null as '' + Index: openacs-4/packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl 31 Oct 2003 16:11:25 -0000 1.5 +++ openacs-4/packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl 5 Nov 2003 20:34:25 -0000 1.6 @@ -1 +1,2 @@ -\copy timezone_rules from '[acs_root_dir]/packages/ref-timezones/sql/common/timezone-rules.dat' [ad_decode [db_version] "7.2" "delimiters" "delimiter"] ',' [ad_decode [db_version] "7.2" "with null as" "null"] '' +\copy timezone_rules from '[acs_root_dir]/packages/ref-timezones/sql/common/timezone-rules.dat' using delimiters ',' with null as '' + Index: openacs-4/packages/ref-us-counties/sql/postgresql/00-us-counties.ctl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-us-counties/sql/postgresql/00-us-counties.ctl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ref-us-counties/sql/postgresql/00-us-counties.ctl 31 Oct 2003 16:11:25 -0000 1.3 +++ openacs-4/packages/ref-us-counties/sql/postgresql/00-us-counties.ctl 5 Nov 2003 20:34:25 -0000 1.4 @@ -1 +1,2 @@ -\copy us_counties from '[acs_root_dir]/packages/ref-us-counties/sql/common/us-counties.dat' [ad_decode [db_version] "7.2" "delimiters" "delimiter"] ',' [ad_decode [db_version] "7.2" "with null as" "null"] '' +\copy us_counties from '[acs_root_dir]/packages/ref-us-counties/sql/common/us-counties.dat' using delimiters ',' with null as '' + Index: openacs-4/packages/ref-us-states/sql/postgresql/00-us-states.ctl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-us-states/sql/postgresql/00-us-states.ctl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ref-us-states/sql/postgresql/00-us-states.ctl 31 Oct 2003 16:11:25 -0000 1.3 +++ openacs-4/packages/ref-us-states/sql/postgresql/00-us-states.ctl 5 Nov 2003 20:34:25 -0000 1.4 @@ -1 +1,2 @@ -\copy us_states from '[acs_root_dir]/packages/ref-us-states/sql/common/us-states.dat' [ad_decode [db_version] "7.2" "delimiters" "delimiter"] ',' [ad_decode [db_version] "7.2" "with null as" "null"] '' +\copy us_states from '[acs_root_dir]/packages/ref-us-states/sql/common/us-states.dat' using delimiters ',' with null as '' + Index: openacs-4/packages/ref-us-zipcodes/sql/postgresql/00-us-zipcodes.ctl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-us-zipcodes/sql/postgresql/00-us-zipcodes.ctl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ref-us-zipcodes/sql/postgresql/00-us-zipcodes.ctl 31 Oct 2003 16:11:25 -0000 1.3 +++ openacs-4/packages/ref-us-zipcodes/sql/postgresql/00-us-zipcodes.ctl 5 Nov 2003 20:34:25 -0000 1.4 @@ -1 +1,2 @@ -\copy us_zipcodes from '[acs_root_dir]/packages/ref-us-zipcodes/sql/common/us-zipcodes.dat' [ad_decode [db_version] "7.2" "delimiters" "delimiter"] ',' [ad_decode [db_version] "7.2" "with null as" "null"] '' +\copy us_zipcodes from '[acs_root_dir]/packages/ref-us-zipcodes/sql/common/us-zipcodes.dat' using delimiters ',' with null as '' +