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.
This commit is contained in:
Blake Erickson 2014-09-03 15:15:38 -06:00
parent f71c8d4c72
commit c223fbe3e9
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ If you get this error when starting `psql` from the command line:
Is the server running locally and accepting Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"? 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`: If running `psql -h /var/pgsql_socket` works then you need to configure the host in your `.bash_profile`: