admin <mick@xxxxxxxxxx> writes: > I continually get this message: > psql: could not connect to server: No such file or firectory > Is the server running locally and accepting > connections on Unix domain socket "/tmp/.s.PDSQL.0"? If it's really saying .0, and not .5432, then the problem is on the client side --- it's got the wrong idea about the port number to connect to. Perhaps you have PGPORT set to something bogus in the client environment? regards, tom lane