Re: [PERFORM] DBT-5 & Postgres 9.0.3

2011-08-17 Thread bobbyw
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

Re: [PERFORM] DBT-5 & Postgres 9.0.3

2011-08-17 Thread bobbyw
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