From c223fbe3e9fcf8bc7b8937db042b9df6f788208a Mon Sep 17 00:00:00 2001 From: Blake Erickson Date: Wed, 3 Sep 2014 15:15:38 -0600 Subject: [PATCH] Update DEVELOPMENT-OSX-NATIVE.md - fixed typo with '/temp' to be '/tmp' - removed capitalization if 'It' on same line since it's not the beginning of the sentence. --- docs/DEVELOPMENT-OSX-NATIVE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT-OSX-NATIVE.md b/docs/DEVELOPMENT-OSX-NATIVE.md index 654b26a5a52..802c9819659 100644 --- a/docs/DEVELOPMENT-OSX-NATIVE.md +++ b/docs/DEVELOPMENT-OSX-NATIVE.md @@ -133,7 +133,7 @@ If you get this error when starting `psql` from the command line: Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? -It is because it is still looking in the `/temp` directory and not in `/var/pgsql_socket`. +it is because it is still looking in the `/tmp` directory and not in `/var/pgsql_socket`. If running `psql -h /var/pgsql_socket` works then you need to configure the host in your `.bash_profile`: