=== modified file 'zsh-functions/confz_postgresql_init'
--- zsh-functions/confz_postgresql_init	2014-06-28 04:34:18 +0000
+++ zsh-functions/confz_postgresql_init	2014-06-28 03:51:56 +0000
@@ -84,7 +84,7 @@
 	fi
 
 	local out name owner encoding rest
-	out=$( $vars[psql] $opts -lAP tuples_only=on ) || die "psql failed"
+	out=$( $psql $opts -lAP tuples_only=on ) || die "psql failed"
 	while IFS='|' read name owner encoding rest; do
 		if [[ $name == $vars[db] ]]; then
 			[[ $owner == $vars[owner] ]] || \