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.70 -r1.71 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 17 Sep 2007 09:43:55 -0000 1.70 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 23 Jan 2008 19:12:58 -0000 1.71 @@ -2551,7 +2551,7 @@ } cd [file dirname $file] - ns_log notice "\n DAVEB pghost = '${pghost}' pgport = '${pgport}' pguser = '${pguser}' \n" + if { $tcl_platform(platform) eq "windows" } { set fp [open "|[file join [db_get_pgbin] psql] $pghost $pgport $pguser -f $file_name [db_get_database] $pgpass" "r"] } else {