=== modified file 'zsh-functions/zsv_defaults_postgresql' --- zsh-functions/zsv_defaults_postgresql 2014-06-28 04:04:13 +0000 +++ zsh-functions/zsv_defaults_postgresql 2014-06-28 03:57:26 +0000 @@ -32,7 +32,7 @@ # fill in defaults : ${conf[data_directory]:=$PGDATA} : ${conf[port]:=5432} - : ${conf[unix_socket_directory]:=/run/postgresql} + : ${conf[unix_socket_directory]:=/tmp} : ${conf[unix_socket_directories]:=$conf[unix_socket_directory]} # get values