Don asked me to make the pgbin parameter in
nsd.tcl optional. Good news: it already is
. ns_config returns ""
for a non existing option, which comes in handy in this case. Tcl-exec
searches the path by default. The pgbin parameter
functions as an override. I've got a patch comming up for specifying
the correct port on the psql commandline.
I have given up on password logon with psql. I altered the psql source to see what was happening, it seems that psql hardwired to listen to stdin, no mater what. I'll look into that later on.
Request notifications