Index: openacs-4/packages/acs-tcl/tcl/00-database-procs-postgresql.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/00-database-procs-postgresql.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/acs-tcl/tcl/00-database-procs-postgresql.tcl 21 Nov 2001 01:26:11 -0000 1.28 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs-postgresql.tcl 8 Dec 2001 01:17:59 -0000 1.29 @@ -675,7 +675,6 @@ if { $tcl_platform(platform) == "windows" } { set fp [open "|[file join [db_get_pgbin] psql] -h [ns_info hostname] $pgport $pguser -f $file_name [db_get_database]" "r"] } else { -ns_log Notice "Huh? |[file join [db_get_pgbin] psql] $pghost $pgport $pguser -f $file_name [db_get_database] $pgpass" set fp [open "|[file join [db_get_pgbin] psql] $pghost $pgport $pguser -f $file_name [db_get_database] $pgpass" "r"] }