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 -r1.4 -r1.5 --- openacs-4/packages/ref-currency/sql/postgresql/00-currencies.ctl 5 Nov 2003 20:34:24 -0000 1.4 +++ openacs-4/packages/ref-currency/sql/postgresql/00-currencies.ctl 28 Sep 2015 06:05:25 -0000 1.5 @@ -1 +1 @@ -\copy currencies from '[acs_root_dir]/packages/ref-currency/sql/common/currencies.dat' using delimiters ',' with null as '' +\copy currencies from '[acs_root_dir]/packages/ref-currency/sql/common/currencies.dat' WITH DELIMITER AS ',' null as ''