Add option unix_socket_directories
This commit is contained in:
parent
a58f090af1
commit
f97b24dbdd
2 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ listen_addresses = '{{ postgresql.listen_addresses }}' # what IP address(es) to
|
|||
port = 5432 # (change requires restart)
|
||||
max_connections = {{ postgresql.max_connections }} # (change requires restart)
|
||||
#superuser_reserved_connections = 3 # (change requires restart)
|
||||
unix_socket_directories = '/var/run/postgresql' # comma-separated list of directories
|
||||
unix_socket_directories = '{{ postgresql.unix_socket_directories }}' # comma-separated list of directories
|
||||
# (change requires restart)
|
||||
#unix_socket_group = '' # (change requires restart)
|
||||
#unix_socket_permissions = 0777 # begin with 0 to use octal notation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue