Re: DBT-5 & Postgres 9.0.3 - Mailing list pgsql-performance

From bobbyw
Subject Re: DBT-5 & Postgres 9.0.3
Date
Msg-id 1313603952652-4709231.post@n5.nabble.com
Whole thread Raw
In response to Re: DBT-5 & Postgres 9.0.3  (Andy Colson <andy@squeakycode.net>)
Responses Re: DBT-5 & Postgres 9.0.3  ("ktm@rice.edu" <ktm@rice.edu>)
List pgsql-performance
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: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

Why is psql looking in /tmp?



--
View this message in context: http://postgresql.1045698.n5.nabble.com/DBT-5-Postgres-9-0-3-tp4297670p4709231.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

pgsql-performance by date:

Previous
From: Andy Colson
Date:
Subject: Re: DBT-5 & Postgres 9.0.3
Next
From: "ktm@rice.edu"
Date:
Subject: Re: DBT-5 & Postgres 9.0.3