Hi,
db_get_pgbin procedure looks for an ns/db/driver/${driver} pgbin setting in the config.tcl file.
This section doesn't exist in the latest sample config files.
Due to this, installing on a system with more than one version of PostgreSQL installed can be a problem as it'll use whatever is the default path to psql which might be the wrong version.
I suppose we can use a startup script that sets the correct PostgreSQL install as a priority in the environment but I was wondering if there is a sensible way to fix this in the config file.