Merge pull request #5242 from pmatsinopoulos/patch-1

Correct folder for pgsql socket
This commit is contained in:
Guo Xiang Tan 2017-10-19 08:48:02 +08:00 committed by GitHub
commit 709c234cb9
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ unix_socket_directories = '/var/pgsql_socket' # comma-separated list of direct
#and
unix_socket_permissions = 0777 # begin with 0 to use octal notation
```
Then create the '/var/pgsql/' folder and set up the appropriate permission in your bash (this requires admin access)
Then create the '/var/pgsql_socket/' folder and set up the appropriate permission in your bash (this requires admin access)
```
sudo mkdir /var/pgsql_socket
sudo chmod 770 /var/pgsql_socket