Hi, I know this is an old thread, but I wanted to chime in since I am having
problems with this as well.
I too am trying to run dbt5 against Postgres. Specifically I am trying to
run it against Postgres 9.1beta3.
After jumping through many hoops I ultimately was able to build dbt5 on my
debian e
Awesome.. that did it! It was actually not set at all in postgresql.conf,
although it was commented out as:
# unix_socket_directory = ''
Presumably it was using the default of '/tmp'?
Anyway, after making that change dbt5 runs fine, but now when I try to
connect via "psql" I get:
psql.bin: co