=== modified file 'zsh-functions/zsv_defaults_postgresql' --- zsh-functions/zsv_defaults_postgresql 2014-06-28 04:08:10 +0000 +++ zsh-functions/zsv_defaults_postgresql 2014-06-28 04:04:13 +0000 @@ -19,7 +19,6 @@ while read key val; do [[ $key == \#* ]] && continue - val=${val/[$IFS]#\#*} [[ $val == '=*' ]] && val=${val/#=[$IFS]#} conf[$key]=${(Q)val} done <$configfile @@ -33,7 +32,7 @@ # fill in defaults : ${conf[data_directory]:=$PGDATA} : ${conf[port]:=5432} - : ${conf[unix_socket_directory]:=/tmp} + : ${conf[unix_socket_directory]:=/run/postgresql} : ${conf[unix_socket_directories]:=$conf[unix_socket_directory]} # get values