Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -r1.86.2.14 -r1.86.2.15 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 8 Sep 2014 07:11:06 -0000 1.86.2.14 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 20 Feb 2015 14:55:15 -0000 1.86.2.15 @@ -2703,7 +2703,7 @@ close $fd if { $::tcl_platform(platform) eq "windows" } { - set fp [open "|[file join [db_get_pgbin] psql] -f $copy_file $pghost $pgport $pguser [db_get_database]" "r"] + set fp [open "|[file join [db_get_pgbin] psql] -f $copy_file $pghost $pgport $pguser [db_get_database]" "r"] } else { set fp [open "|[file join [db_get_pgbin] psql] -f $copy_file $pghost $pgport $pguser [db_get_database] $pgpass" "r"] }