Browse Source

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

Alex Schneider 11 years ago
parent
commit
cfd5325a61
1 changed files with 1 additions and 1 deletions
  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)