Explorar o código

Newest version of postgres requires a configuration change that was previously breaking the install

Alex Schneider %!s(int64=11) %!d(string=hai) anos
pai
achega
cfd5325a61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/postgresql.conf

+ 1 - 1
config/postgresql.conf

@@ -65,7 +65,7 @@ max_connections = 2000			# (change requires restart)
 # Note:  Increasing max_connections costs ~400 bytes of shared memory per
 # connection slot, plus lock space (see max_locks_per_transaction).
 #superuser_reserved_connections = 3	# (change requires restart)
-unix_socket_directory = '/var/run/postgresql'		# (change requires restart)
+unix_socket_directories = '/var/run/postgresql'		# (change requires restart)
 #unix_socket_group = ''			# (change requires restart)
 #unix_socket_permissions = 0777		# begin with 0 to use octal notation
 					# (change requires restart)